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)* --- index.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'index.php') diff --git a/index.php b/index.php index 6036f9e..8af45f3 100644 --- a/index.php +++ b/index.php @@ -8,6 +8,9 @@ $update = $Config->checkUpdate(); + get('esm:auto_refresh') > 0): ?> + + eZ Server Monitor - <?php echo Misc::getHostname(); ?> -- cgit v1.3