aboutsummaryrefslogtreecommitdiffstats
path: root/web/staticrender.php
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2013-04-29 11:05:09 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2014-03-12 17:28:59 -0600
commitd33715066aab8bace17bb575a1787af40f86e67a (patch)
tree2b315dbdd7839a93b344a68cc1e4c23e4902ccb8 /web/staticrender.php
parentAdd semi-colon. (diff)
downloadPhotoFloat-d33715066aab8bace17bb575a1787af40f86e67a.tar.xz
PhotoFloat-d33715066aab8bace17bb575a1787af40f86e67a.zip
Restructuring
Import flask app as well as new makefile and entirely new directory structure.
Diffstat (limited to 'web/staticrender.php')
-rw-r--r--web/staticrender.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/web/staticrender.php b/web/staticrender.php
deleted file mode 100644
index a0409d5..0000000
--- a/web/staticrender.php
+++ /dev/null
@@ -1,6 +0,0 @@
-<?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_"]));
-?>