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

15 lines
293 B
PHP

<?php
require_once(dirname(__FILE__) . '/../common/code/boost.php');
$archive = new BoostArchive(array(
'pattern' => '/^[\/]([^\/]+)[\/](.*)$/',
'archive_dir' => RESULTS_DIR,
));
$archive->display_from_archive(
array(
//~ array(path-regex,raw|simple|text|cpp,mime-type),
)
);