aboutsummaryrefslogtreecommitdiff
path: root/src/score/header.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/score/header.php')
-rw-r--r--src/score/header.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/score/header.php b/src/score/header.php
index 69cf6e5..662a1bf 100644
--- a/src/score/header.php
+++ b/src/score/header.php
@@ -58,7 +58,8 @@ echo "<img src=\"../images/smallballoontransp.png\" alt=\"\">";
echo "<font color=\"#000000\">BOCA</font>";
echo "</td><td bgcolor=\"#cc9966\" width=\"99%\">\n";
echo "Username: " . $_SESSION["usertable"]["userfullname"] . " (site=".$_SESSION["usertable"]["usersitenumber"].")<br>\n";
-list($clockstr,$clocktype)=siteclock();
+//list($clockstr,$clocktype)=siteclock(); // THIS IS SLOW, WE NEED A BETTER OPTION
+$clockstr='';
echo "</td><td bgcolor=\"#cc9966\" align=center nowrap>&nbsp;".$clockstr."&nbsp;</td></tr>\n";
echo "</table>\n";
if(!isset($_SESSION["scorenomenu"]) || !$_SESSION["scorenomenu"]) {