Code

Removed class_location.inc
[gosa.git] / gosa-core / include / php_setup.inc
index f50097ec8c81ca59108e7cd5cc5f747edaf566db..62ffba9bd6f30715b5c3a73dd193c6a3cd7d8c76 100644 (file)
@@ -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");