From 7dbe2fa6bf629e1089c61a7bb89885e9936de8a9 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Mon, 25 May 2009 05:22:59 -0400 Subject: [PATCH] - get rid of 'plugins_dir' option, plugins directory must be in Roundcube root (like skins) --- program/include/rcube_config.php | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/program/include/rcube_config.php b/program/include/rcube_config.php index d4adb7b..da6c094 100644 --- a/program/include/rcube_config.php +++ b/program/include/rcube_config.php @@ -70,7 +70,6 @@ // fix paths $this->prop['log_dir'] = $this->prop['log_dir'] ? unslashify($this->prop['log_dir']) : INSTALL_PATH . 'logs'; $this->prop['temp_dir'] = $this->prop['temp_dir'] ? unslashify($this->prop['temp_dir']) : INSTALL_PATH . 'temp'; - $this->prop['plugins_dir'] = $this->prop['plugins_dir'] ? unslashify($this->prop['plugins_dir']) : INSTALL_PATH . 'plugins'; // fix default imap folders encoding foreach (array('drafts_mbox', 'junk_mbox', 'sent_mbox', 'trash_mbox') as $folder) -- Gitblit v1.9.1