rpicms

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

commit 4515f0971c55c8ed710fd05f9f8523978d4db008
parent 21a49f1aebc7e6b0d19150d4bf4ca46d9c9796d2
Author: MTRNord <mtrnord1@gmail.com>
Date:   Tue,  3 Feb 2015 13:09:31 +0100

Fix debug code

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

diff --git a/api.php b/api.php @@ -14,8 +14,10 @@ if ($root_3[1] == 'core') { $root = $root_1 . '/' . $root_3[1]; } echo $root_1; -echo $root_2; -echo $root_3; +echo "<br>"; +var_dump($root_2); +echo "<br>"; +var_dump($root_3); $check = !file_exists('core/config/connect.db.inc.php'); echo $check; if (!file_exists('core/config/connect.db.inc.php')) {