Integrate static rendering.
This commit is contained in:
4
web/staticrender.php
Normal file
4
web/staticrender.php
Normal file
@ -0,0 +1,4 @@
|
||||
<?php
|
||||
putenv('LANG=en_US.UTF-8');
|
||||
passthru("utils/serverexecute ".escapeshellarg($_ENV["SCRIPT_URI"]."#!".$_GET["_escaped_fragment_"]));
|
||||
?>
|
Reference in New Issue
Block a user