diff options
| author | Cassio de Campos <cassiopc@gmail.com> | 2017-07-31 17:16:01 +0000 |
|---|---|---|
| committer | Cassio de Campos <cassiopc@gmail.com> | 2017-07-31 17:16:01 +0000 |
| commit | a844dc7d621fc03d5846bd523d8b8899ecdba610 (patch) | |
| tree | 15b6171d2e55fb7f82a02697b14c9c337d561db8 /src/admin/contest.php | |
| parent | 7558408460caded014e6dc685f9fdd0877a6c11b (diff) | |
| download | boca-a844dc7d621fc03d5846bd523d8b8899ecdba610.tar.gz boca-a844dc7d621fc03d5846bd523d8b8899ecdba610.zip | |
bf
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%"> |