From bf24a3278c42f2df6e4d88b953390e508a27f9ae Mon Sep 17 00:00:00 2001 From: plegall Date: Tue, 27 Dec 2011 21:36:39 +0000 Subject: feature 2541: fix bug on PHPWG_ROOT_PATH and includes git-svn-id: http://piwigo.org/svn/trunk@12798 68402e56-0260-453c-a942-63ccdbb3a9ee --- picture.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'picture.php') 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'); -- cgit v1.2.3