From 5926684aab72265d243142010d9dfa8d642efdb9 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Sun, 25 Nov 2012 17:57:39 +0100 Subject: Unify path schema in global constants: paths always end with a /. Keep RCMAIL_CONFIG_DIR for backwards compatibility --- program/include/iniset.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/include/iniset.php') diff --git a/program/include/iniset.php b/program/include/iniset.php index 0081aa021..25ae0189b 100644 --- a/program/include/iniset.php +++ b/program/include/iniset.php @@ -52,7 +52,7 @@ if (!defined('RCUBE_LOCALIZATION_DIR')) { } define('RCUBE_INSTALL_PATH', INSTALL_PATH); -define('RCUBE_CONFIG_DIR', RCMAIL_CONFIG_DIR); +define('RCUBE_CONFIG_DIR', RCMAIL_CONFIG_DIR.'/'); // RC include folders MUST be included FIRST to avoid other -- cgit v1.2.3