From 6414cf3bf5b9b5e8b29bc2d7e033dc4651aa8742 Mon Sep 17 00:00:00 2001 From: hhftechnologies Date: Tue, 19 Nov 2024 23:54:41 +0530 Subject: [PATCH] update --- monitor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor.php b/monitor.php index 5400cf3..bea35cd 100644 --- a/monitor.php +++ b/monitor.php @@ -7,7 +7,7 @@ */ // Strict error reporting -einclude('configuration.php'); +include('configuration.php'); $monitors = json_decode(file_get_contents(PATH.'/monitors.json'));