2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-29 08:02:20 +00:00

Website: Merge from beta to live.

[SVN r75518]
This commit is contained in:
Daniel James
2011-11-16 22:38:03 +00:00
parent aca415647f
commit ef5fc899a4

View File

@@ -8,6 +8,14 @@ if (strpos($_SERVER['REQUEST_URI'], '//') !== FALSE)
exit(0);
}
if (strncmp($_SERVER['REQUEST_URI'], '/doc/libs/1_', 12) == 0 &&
is_dir("$_SERVER[DOCUMENT_ROOT]/$_SERVER[REQUEST_URI]") &&
is_readable("$_SERVER[DOCUMENT_ROOT]/$_SERVER[REQUEST_URI]index.html"))
{
readfile("$_SERVER[DOCUMENT_ROOT]/$_SERVER[REQUEST_URI]/index.html");
exit(0);
}
require_once(dirname(__FILE__) . '/../common/code/boost_archive.php');
function boost_future_version($version)