diff --git a/html5_notifier.php b/html5_notifier.php index 882eb7c..613bfb0 100644 --- a/html5_notifier.php +++ b/html5_notifier.php @@ -18,7 +18,7 @@ function init() { $RCMAIL = rcmail::get_instance(); - if(file_exists("./plugins/html5_notifier/config/config.inc.php")) + if(file_exists("../plugins/html5_notifier/config/config.inc.php")) { $this->load_config('config/config.inc.php'); }