commit 9b3c8f7a86564106cf0dbbe460777a021c929c38 parent aee2a8aaf07629e0558439e3c45b29ef23957d4b Author: MTRNord <mtrnord1@gmail.com> Date: Tue, 3 Feb 2015 15:41:52 +0100 it is correct :/ 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:core/api/v1/api.php" . $Api['PATH_INFO']); } ?> \ No newline at end of file