commit 4154213f93b00cdc1eab9e3956733168172d962f
parent efc087dba43320d990d2dc150dcfd1aff92294d6
Author: MTRNord <mtrnord1@gmail.com>
Date: Tue, 3 Feb 2015 13:46:41 +0100
not working yet :/
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/api.php b/api.php
@@ -22,7 +22,7 @@ if (!file_exists('core/config/connect.db.inc.php')) {
//$request = $_SERVER['REQUEST_URI'];
//$Api = substr($request, strrpos($request, 'v1/') + 3);
$Api = func_get_args();
- echo "$Api";
+ var_dump($Api);
//header("HTTP/1.1 301 Moved Permanently");
//header("Location:api/v1/api.php/$Api");
}