mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-10 10:06:52 +01:00
- get rid of 'plugins_dir' option, plugins directory must be in Roundcube root (like skins)
This commit is contained in:
@@ -61,8 +61,7 @@ class rcube_plugin_api
|
||||
*/
|
||||
private function __construct()
|
||||
{
|
||||
$rcmail = rcmail::get_instance();
|
||||
$this->dir = realpath($rcmail->config->get('plugins_dir'));
|
||||
$this->dir = INSTALL_PATH . $this->url;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user