commit e1781d04ed18e1dec12fae4df33a1f11feba7cc4 parent dafc9a84b6c0aa30f40dc6184d44c84e3a5cf2e3 Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 13 Dec 2014 19:36:17 +0100 cleanup include.php Diffstat:
| M | include.php | | | 11 | +++-------- |
1 file changed, 3 insertions(+), 8 deletions(-)
diff --git a/include.php b/include.php @@ -1,10 +1,5 @@ <?php -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{ - set_include_path(get_include_path() . PATH_SEPARATOR . getcwd()); - echo get_include_path(); -#} +#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