2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-22 17:52:30 +00:00
Files
website/development/testing_results.php
2016-03-06 22:23:06 +00:00

11 lines
224 B
PHP

<?php
require_once(dirname(__FILE__) . '/../common/code/boost.php');
$archive = new BoostArchive(array(
'pattern' => '/^[\/]([^\/]+)[\/](.*)$/',
'archive_dir' => RESULTS_DIR,
));
$archive->display_from_archive();