2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-28 07:42:16 +00:00
Files
website/development/testing_results.php

10 lines
274 B
PHP

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