rpicms

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

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

manual rstoring of include_path

Diffstat:
Minclude.php | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include.php b/include.php @@ -1,5 +1,6 @@ <?php -ini_restore('include_path'); +set_include_path(".:/usr/share/php:/usr/share/pear"); +#ini_restore('include_path'); #if (get_include_path() = ini_restore('include_path') . getcwd()) { # ini_restore('include_path'); #}else{