From c963916274eed0ffe0ef430677c6d68ac6f6a9f1 Mon Sep 17 00:00:00 2001 From: ShevAbam Date: Tue, 21 Oct 2014 11:27:39 +0200 Subject: Several new things ! - General : syntax checking of the configuration file *(thanks to Micht69)* - General : check PHP version (5.3+) *(thanks to Gilles)* - General : add *check_updates* setting to the config file to enable or not the checking for updates - General : add *auto_refresh* setting to the config file to automatically reload page each x seconds *(thanks to sebastienserre and Aranud)* --- esm.config.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'esm.config.json') diff --git a/esm.config.json b/esm.config.json index 802cdb1..2e8c11f 100644 --- a/esm.config.json +++ b/esm.config.json @@ -1,7 +1,9 @@ { "esm": { - "version": "2.1", - "website": "http://www.ezservermonitor.com" + "version": "2.2", + "website": "http://www.ezservermonitor.com", + "check_updates": true, + "auto_refresh": 0 }, "disk": { "show_tmpfs": false -- cgit v1.3