X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-core%2Finclude%2Fphp_setup.inc;h=b687c5fba340194ae3c9cefcf22b010d1161c29b;hb=8622898839af785fe40adebaaeeccdd141d16d8d;hp=92789b2f4f16a6ee80ba277227dc03110d461cac;hpb=96bcf1c6774971212667efa11268cd701e622790;p=gosa.git diff --git a/gosa-core/include/php_setup.inc b/gosa-core/include/php_setup.inc index 92789b2f4..b687c5fba 100644 --- a/gosa-core/include/php_setup.inc +++ b/gosa-core/include/php_setup.inc @@ -1,31 +1,31 @@ "; } else { $error_collector= " @@ -266,7 +266,7 @@ ini_set("register_globals",0); ini_set("track_vars",1); ini_set("display_errors",1); ini_set("report_memleaks",1); -ini_set("include_path",".:$BASE_DIR/include:$BASE_DIR/include/php_writeexcel"); +ini_set("include_path",".:$BASE_DIR/include:$BASE_DIR/include/utils/excel"); /* Do smarty setup */ require("smarty/Smarty.class.php");