From 0ab836b9bb585ee018f17c31236fe9b10e267fec Mon Sep 17 00:00:00 2001 From: laf Date: Wed, 29 Apr 2015 18:08:16 +0100 Subject: [PATCH] Added text to let users know refresh is disabled --- html/index.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/html/index.php b/html/index.php index 9f2a847087..79b3fb93c1 100644 --- a/html/index.php +++ b/html/index.php @@ -363,6 +363,18 @@ if ($no_refresh !== TRUE && $config['page_refresh'] != 0) { }); '); +} else { + +echo(''); + } ?>