diff options
author | MaZderMind | 2014-11-29 19:31:21 +0100 |
---|---|---|
committer | MaZderMind | 2014-11-29 19:31:21 +0100 |
commit | 6fea306ab914287bc2e6ec242f440e31e440110f (patch) | |
tree | 21c308f2fc31999ff9c8a31491c5ecddd9b8bf0b /program-json.php | |
parent | a3f189df339781c6aa4177b03cc1175a6bc53efe (diff) |
move url rewriting into php
for better compatibility with nginx
Diffstat (limited to 'program-json.php')
-rw-r--r-- | program-json.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/program-json.php b/program-json.php deleted file mode 100644 index 2b5e38b..0000000 --- a/program-json.php +++ /dev/null @@ -1,6 +0,0 @@ -<?php - -require_once('lib/bootstrap.php'); - -header('Content-Type: application/json'); -echo json_encode(program()); |