diff options
| author | ShevAbam <shevabam@gmail.com> | 2014-10-21 11:27:39 +0200 |
|---|---|---|
| committer | ShevAbam <shevabam@gmail.com> | 2014-10-21 11:27:39 +0200 |
| commit | c963916274eed0ffe0ef430677c6d68ac6f6a9f1 (patch) | |
| tree | 3bf3ddf5e92764347018790d4b7f318799b4bbb2 /esm.config.json | |
| parent | 8bc4826552afb39c36abf09201461a119b81d4bf (diff) | |
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)*
Diffstat (limited to 'esm.config.json')
| -rw-r--r-- | esm.config.json | 6 |
1 files changed, 4 insertions, 2 deletions
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 |
