[evolvis-commits] r14677: add www/ include in path↵

mirabilos at evolvis.org mirabilos at evolvis.org
Mon Feb 28 04:44:06 CET 2011


Author: mirabilos
Date: 2011-02-28 04:44:06 +0100 (Mon, 28 Feb 2011)
New Revision: 14677

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge/www/env.inc.php
Log:
add www/include in path


Modified: trunk/gforge_base/evolvisforge-5.1/gforge/www/env.inc.php
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/www/env.inc.php	2011-02-28 03:44:03 UTC (rev 14676)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/www/env.inc.php	2011-02-28 03:44:06 UTC (rev 14677)
@@ -13,6 +13,7 @@
 	array("/etc/gforge/custom", "/etc/gforge", ".", 
 		"$fusionforge_basedir/common", "$fusionforge_basedir/www",
 		"$fusionforge_basedir/plugins", "$fusionforge_basedir",
+		"$fusionforge_basedir/www/include",
 		"/usr/share/php"));
 
 // By default, the include_path is changed to include path needed by Gforge.



More information about the evolvis-commits mailing list