rpicms

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

commit f60cc9c418cdbd10dfe36c4d5292e6dc5e6a1f6a
parent ead413d16bedf521efc51037f5be7b0dbdfdf8b0
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 13 Dec 2014 19:49:51 +0100

fix missing ; and cleanup root

Diffstat:
Mcore/backend/admin/blog/newpost.php | 2+-
Dinclude.php | 6------
2 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/core/backend/admin/blog/newpost.php b/core/backend/admin/blog/newpost.php @@ -2,7 +2,7 @@ $root_1 = realpath($_SERVER["DOCUMENT_ROOT"]); $currentdir = getcwd(); $root_2 = trim($currentdir, $root); -echo $root_2 +echo $root_2; echo get_include_path(); include('/core/config/variables.config.php'); diff --git a/include.php b/include.php @@ -1,5 +0,0 @@ -<?php -#set_include_path(".:/usr/share/php:/usr/share/pear"); -set_include_path(get_include_path() . PATH_SEPARATOR . getcwd()); -#echo get_include_path(); -?> -\ No newline at end of file