commit 3707e8e381feda62d83d4bdabfbc744d36e0fb63 parent 8b0df682107255bb23f3fe02da1ac6e3cd50a796 Author: MTRNord <mtrnord1@gmail.com> Date: Tue, 3 Feb 2015 14:53:35 +0100 now it should work Diffstat:
| M | api.php | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/api.php b/api.php @@ -40,8 +40,8 @@ if (!file_exists('core/config/connect.db.inc.php')) { print_r($Api); - //header("HTTP/1.1 301 Moved Permanently"); - //header("Location:api/v1/api.php/$Api"); + header("HTTP/1.1 301 Moved Permanently"); + header("Location:api/v1/api.php$Api['PATH_INFO']"); } ?> \ No newline at end of file