diff options
author | plegall <plg@piwigo.org> | 2011-12-27 21:36:39 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-12-27 21:36:39 +0000 |
commit | bf24a3278c42f2df6e4d88b953390e508a27f9ae (patch) | |
tree | 3eca603676132e63cecad6606e91ab992e646f63 /picture.php | |
parent | e42f791f52c502c00d095d6bf9aa3e3989423e98 (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 '')
-rw-r--r-- | picture.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/picture.php b/picture.php index e59eda086..57f4e9fed 100644 --- a/picture.php +++ b/picture.php @@ -21,7 +21,7 @@ // | USA. | // +-----------------------------------------------------------------------+ -define('PHPWG_ROOT_PATH',''); +define('PHPWG_ROOT_PATH','./'); include_once(PHPWG_ROOT_PATH.'include/common.inc.php'); include(PHPWG_ROOT_PATH.'include/section_init.inc.php'); include_once(PHPWG_ROOT_PATH.'include/functions_picture.inc.php'); |