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'));