2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-19 16:52:15 +00:00
Files
website/development/testing_results.php
Daniel James f4472fc751 Website bootstrap file.
Sets up error handling and timezone, maybe other things in the future.
2016-09-29 02:08:52 +01:00

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();