feature 2541: fix bug on PHPWG_ROOT_PATH and includes

git-svn-id: http://piwigo.org/svn/trunk@12798 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2011-12-27 21:36:39 +00:00
parent e42f791f52
commit bf24a3278c
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
// | USA. |
// +-----------------------------------------------------------------------+
define('PHPWG_ROOT_PATH','');
define('PHPWG_ROOT_PATH','./');
// fast bootstrap - no db connection
include(PHPWG_ROOT_PATH . 'include/config_default.inc.php');