aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/index.php b/index.php
index 9c2319b..eb897ae 100644
--- a/index.php
+++ b/index.php
@@ -26,7 +26,8 @@ if ($uhosts) {
26 host_summary('uncategorized', $uhosts); 26 host_summary('uncategorized', $uhosts);
27} 27}
28 28
29echo <<<EOT 29if ($CONFIG['showtime']) {
30 echo <<<EOT
30<script> 31<script>
31jQuery(document).ready(function() { 32jQuery(document).ready(function() {
32 jQuery("time.timeago").timeago(); 33 jQuery("time.timeago").timeago();
@@ -34,5 +35,6 @@ jQuery(document).ready(function() {
34</script> 35</script>
35 36
36EOT; 37EOT;
38}
37 39
38html_end(); 40html_end();