commit de25c877cb84be1c55ee47e223e0a00f2a2e91d1 parent 3707e8e381feda62d83d4bdabfbc744d36e0fb63 Author: MTRNord <mtrnord1@gmail.com> Date: Tue, 3 Feb 2015 14:55:08 +0100 nearly :D Diffstat:
| M | api.php | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/api.php b/api.php @@ -41,7 +41,7 @@ if (!file_exists('core/config/connect.db.inc.php')) { header("HTTP/1.1 301 Moved Permanently"); - header("Location:api/v1/api.php$Api['PATH_INFO']"); + header("Location:api/v1/api.php" . $Api['PATH_INFO']); } ?> \ No newline at end of file