aboutsummaryrefslogtreecommitdiffstats
path: root/i.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2011-12-27 21:36:39 +0000
committerplegall <plg@piwigo.org>2011-12-27 21:36:39 +0000
commitbf24a3278c42f2df6e4d88b953390e508a27f9ae (patch)
tree3eca603676132e63cecad6606e91ab992e646f63 /i.php
parente42f791f52c502c00d095d6bf9aa3e3989423e98 (diff)
feature 2541: fix bug on PHPWG_ROOT_PATH and includes
git-svn-id: http://piwigo.org/svn/trunk@12798 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'i.php')
-rw-r--r--i.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/i.php b/i.php
index ff539bdf8..650b5d583 100644
--- a/i.php
+++ b/i.php
@@ -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');