mirror of
https://github.com/boostorg/website.git
synced 2026-01-19 16:52:15 +00:00
11 lines
228 B
PHP
11 lines
228 B
PHP
<?php
|
|
|
|
require_once(dirname(__FILE__) . '/../common/code/bootstrap.php');
|
|
|
|
$archive = new BoostArchive(array(
|
|
'pattern' => '/^[\/]([^\/]+)[\/](.*)$/',
|
|
'archive_dir' => RESULTS_DIR,
|
|
));
|
|
|
|
$archive->display_from_archive();
|