rpicms

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

commit 20b4fa4f1d22fdc7f30694a06dbd74e5fcfb99fe
parent 02793befb5d003ede26adb9f799504312521a4c9
Author: MTRNord <mtrnord1@gmail.com>
Date:   Tue,  3 Feb 2015 12:56:59 +0100

commit wasn't correct :O

Diffstat:
Mapi.php | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/api.php b/api.php @@ -11,8 +11,6 @@ if (!file_exists('core/config/connect.db.inc.php')) { $Api = substr($request, strrpos($request, 'v1/') + 1); echo $request; echo "</br>"; - echo $pos; - echo "</br>"; echo $Api; //header("HTTP/1.1 301 Moved Permanently"); //header("Location:api/v1/api.php/$Api");