aboutsummaryrefslogtreecommitdiff
path: root/src/system
diff options
context:
space:
mode:
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 75d0fca..ab5a522 100644
--- a/src/system/header.php
+++ b/src/system/header.php
@@ -55,7 +55,7 @@ echo "</table>\n";
echo "<table border=0 width=\"100%\" align=center>\n";
echo " <tr>\n";
echo " <td align=center><a class=menu style=\"font-weight:bold\" href=contest.php>Contest</a></td>\n";
-echo " <td align=center><a class=menu style=\"font-weight:bold\" href=importxml.php>Import</a></td>\n";
+//echo " <td align=center><a class=menu style=\"font-weight:bold\" href=importxml.php>Import</a></td>\n";
echo " <td align=center><a class=menu style=\"font-weight:bold\" href=option.php>Options</a></td>\n";
echo " <td align=center><a class=menu style=\"font-weight:bold\" href=../index.php>Logout</a></td>\n";
echo " </tr>\n";