2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-27 07:22:15 +00:00
Files
website/development/testing_results.php
2007-12-18 18:51:46 +00:00

10 lines
276 B
PHP

<?php
require_once(dirname(__FILE__) . '/../common/code/boost_archive.php');
$_file = new boost_archive(
'/^[\/]([^\/]+)[\/](.*)$/',$_SERVER["PATH_INFO"],array(),
true, // we always want raw output
false, // the result zips don't have the tag subdir
RESULTS_DIR);
?>