photofloat/web/staticrender.php
2011-05-09 07:32:30 -04:00

5 lines
140 B
PHP

<?php
putenv('LANG=en_US.UTF-8');
passthru("utils/serverexecute ".escapeshellarg($_ENV["SCRIPT_URI"]."#!".$_GET["_escaped_fragment_"]));
?>