summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 3 insertions, 0 deletions
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();
<html lang="en">
<head>
<meta charset="utf-8">
+ <?php if ($Config->get('esm:auto_refresh') > 0): ?>
+ <meta http-equiv="refresh" content="<?php echo $Config->get('esm:auto_refresh'); ?>">
+ <?php endif; ?>
<title>eZ Server Monitor - <?php echo Misc::getHostname(); ?></title>
<link rel="stylesheet" href="web/css/utilities.css" type="text/css">
<link rel="stylesheet" href="web/css/frontend.css" type="text/css">