aboutsummaryrefslogtreecommitdiff
path: root/src/system
diff options
context:
space:
mode:
authorRodrigo Laiola GuimarĂ£es <rlaiola@gmail.com>2023-09-25 18:00:19 +0000
committerRodrigo Laiola GuimarĂ£es <rlaiola@gmail.com>2023-09-25 18:00:19 +0000
commit9dc160c02e1ccc723adc84048427b1564302ca44 (patch)
tree9930e413fc0b3b0781edd3cbe265cb5628ad6c0f /src/system
parent84bbc86df771d817700595455adee6bc086bfb4f (diff)
downloadboca-9dc160c02e1ccc723adc84048427b1564302ca44.tar.gz
boca-9dc160c02e1ccc723adc84048427b1564302ca44.zip
Bug fix
Diffstat (limited to 'src/system')
-rw-r--r--src/system/header.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/system/header.php b/src/system/header.php
index ab5a522..38b9938 100644
--- a/src/system/header.php
+++ b/src/system/header.php
@@ -48,7 +48,7 @@ echo "<tr><td nowrap bgcolor=\"eeee00\" align=center>";
echo "<img src=\"../images/smallballoontransp.png\" alt=\"\">";
echo "<font color=\"#000000\">BOCA</font>";
echo "</td><td bgcolor=\"#eeee00\" width=\"99%\">\n";
-echo "Username: " . $_SESSION["usertable"]["userfullname"] ."<br>\n";
+echo "Username: " . $_SESSION["usertable"]["username"] ."<br>\n";
list($clockstr,$clocktype)=siteclock();
echo "</td><td bgcolor=\"#eeee00\" align=center nowrap>&nbsp;".$clockstr."&nbsp;</td></tr>\n";
echo "</table>\n";