diff options
Diffstat (limited to 'src/admin')
| -rw-r--r-- | src/admin/header.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/admin/header.php b/src/admin/header.php index 4c4435d..6002b18 100644 --- a/src/admin/header.php +++ b/src/admin/header.php @@ -53,7 +53,7 @@ if($_SESSION["usertable"]["usertype"] != "admin") { } if(!isset($_POST['noflush'])) { - echo "</head><body id=\"body\" style=\"overflow:hidden;\"><table border=1 width=\"100%\">\n"; + echo "</head><body id=\"body\"><table border=1 width=\"100%\">\n"; echo "<tr><td nowrap bgcolor=\"eeee00\" align=center>"; echo "<img src=\"../images/smallballoontransp.png\" alt=\"\">"; echo "<font color=\"#000000\">BOCA</font>"; |