diff options
Diffstat (limited to 'templates/javascript_refresh.inc')
-rw-r--r-- | templates/javascript_refresh.inc | 2 |
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 |