From 28c8b182a4be91a32398129587dbdc1c0dfd61fc Mon Sep 17 00:00:00 2001 From: Christian Bayle Date: Tue, 30 Mar 2010 12:14:28 +0000 Subject: [PATCH] add www/include in path --- gforge/www/env.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/gforge/www/env.inc.php b/gforge/www/env.inc.php index 4211b99b69..6631bcac15 100644 --- a/gforge/www/env.inc.php +++ b/gforge/www/env.inc.php @@ -13,6 +13,7 @@ $include_path = join(PATH_SEPARATOR, 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. -- 2.30.2