rpicms

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

commit 58a9bc5343b5900aecb38fb2dfe9720e6b404ed8
parent e2f63b3063d1870cbea3b40313abd979de92b109
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 13 Dec 2014 19:33:33 +0100

remove if

Diffstat:
Minclude.php | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/include.php b/include.php @@ -1,9 +1,9 @@ <?php ini_restore('include_path'); -if (get_include_path() = ini_restore('include_path') . getcwd()) { - ini_restore('include_path'); -}else{ +#if (get_include_path() = ini_restore('include_path') . getcwd()) { +# ini_restore('include_path'); +#}else{ set_include_path(get_include_path() . PATH_SEPARATOR . getcwd()); echo get_include_path(); -} +#} ?> \ No newline at end of file