summaryrefslogtreecommitdiffstats
path: root/templates/javascript_refresh.inc
diff options
context:
space:
mode:
Diffstat (limited to 'templates/javascript_refresh.inc')
-rw-r--r--templates/javascript_refresh.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/javascript_refresh.inc b/templates/javascript_refresh.inc
index 957eddf7..c15c8f24 100644
--- a/templates/javascript_refresh.inc
+++ b/templates/javascript_refresh.inc
@@ -1,7 +1,7 @@
<script type="text/javascript" language="javascript">
<!-- Begin
// Set refresh interval (in seconds)
-var refreshinterval=<?= conf('refresh_limit'); ?>
+var refreshinterval=<?php echo conf('refresh_limit'); ?>
// Display the countdown inside the status bar?
// Set "1" for yes or "0" for no