From 45f5da5aa66143e1336989a5398c0290b38286df Mon Sep 17 00:00:00 2001 From: ner0 <2269603+ner00@users.noreply.github.com> Date: Wed, 16 Jul 2025 12:42:23 +0100 Subject: [PATCH] Update html5_notifier.php for RC v1.7 public_html/ is now the 'root' folder, the plugins/ folder is a level back, so must use ../ instead of ./ --- html5_notifier.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); }