diff options
Diffstat (limited to 'src/admin/contest.php')
| -rw-r--r-- | src/admin/contest.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/admin/contest.php b/src/admin/contest.php index f238212..d55361e 100644 --- a/src/admin/contest.php +++ b/src/admin/contest.php @@ -222,8 +222,6 @@ echo $contest; <?php if(strlen($ct["contestunlockkey"]) > 1) echo "<b><= has been set</b>"; ?> </td> </tr> - <?php if($main) { - ?> <tr> <td width="35%" align=right>Keys (only use it within a <b>secure network</b>):</td> <td width="65%"> @@ -231,8 +229,6 @@ echo $contest; <?php if(strlen($ct["contestkeys"]) > 32) echo "<b><= has been set</b>"; ?> </td> </tr> - <?php } - ?> <tr> <td width="35%" align=right>Contest main site number:</td> <td width="65%"> |