From 8ccd3a203d407f549cd8697a5fa66181e90d9871 Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 17 Jan 2011 18:48:13 +0000 Subject: feature 2112 added: ability to set an additional local directory $conf['local_dir_site'] in local/config/multisite.inc.php git-svn-id: http://piwigo.org/svn/trunk@8722 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/constants.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/constants.php') diff --git a/include/constants.php b/include/constants.php index 8135147eb..a3885da8c 100644 --- a/include/constants.php +++ b/include/constants.php @@ -27,6 +27,7 @@ define('PHPWG_DEFAULT_LANGUAGE', 'en_UK'); define('PHPWG_DEFAULT_TEMPLATE', 'Sylvia'); define('PHPWG_THEMES_PATH', $conf['themes_dir'].'/'); +define('PWG_COMBINED_DIR', PWG_LOCAL_DIR.'combined/'); // Required versions define('REQUIRED_PHP_VERSION', '5.0.0'); -- cgit v1.2.3