rpicms

A CMS for the Raspberry Pi
git clone git://archive.git.mtrnord.blog/RpicmsTeam/rpicms.git
Log | Files | Refs | README | LICENSE

commit f50a790300ff7494bfb7553ed84916833f007370
parent 211b21ac74c1668debe4d0cc7de82479f749a811
Author: MTRNord <mtrnord1@gmail.com>
Date:   Tue,  3 Feb 2015 14:00:13 +0100

not getting anything?

Diffstat:
Mapi.php | 2+-
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 = $_SERVER['QUERY_STRING']; - echo "$Api"; + print_r($Api); //header("HTTP/1.1 301 Moved Permanently"); //header("Location:api/v1/api.php/$Api"); }