photofloat/web/staticrender.php

5 lines
140 B
PHP
Raw Normal View History

2011-05-09 13:32:30 +02:00
<?php
putenv('LANG=en_US.UTF-8');
passthru("utils/serverexecute ".escapeshellarg($_ENV["SCRIPT_URI"]."#!".$_GET["_escaped_fragment_"]));
?>