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