aboutsummaryrefslogtreecommitdiffstats
path: root/web/staticrender.php
blob: a0409d5b8537a36dd4ab7093d0580c107449020e (plain) (blame)
1
2
3
4
5
6
<?php
if ($_ENV["SCRIPT_URL"] == $_ENV["SCRIPT_NAME"])
	die("Infinite loop.");
putenv('LANG=en_US.UTF-8');
passthru("utils/serverexecute ".escapeshellarg($_ENV["SCRIPT_URI"]."#!".$_GET["_escaped_fragment_"]));
?>