diff options
| author | Cassio de Campos <cassiopc@gmail.com> | 2017-07-31 16:55:21 +0000 |
|---|---|---|
| committer | Cassio de Campos <cassiopc@gmail.com> | 2017-07-31 16:55:21 +0000 |
| commit | 378883bd438379082257c6c0c8d17870036c8513 (patch) | |
| tree | cc8efe41b60f4799dba547043314b78ed9ee1fd3 /src/admin | |
| parent | e27a846a4ac142400c1ab9ad6d4fb7bc253ba1bc (diff) | |
| download | boca-378883bd438379082257c6c0c8d17870036c8513.tar.gz boca-378883bd438379082257c6c0c8d17870036c8513.zip | |
share contest too
Diffstat (limited to 'src/admin')
| -rw-r--r-- | src/admin/contest.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/admin/contest.php b/src/admin/contest.php index 5843bd6..7785b50 100644 --- a/src/admin/contest.php +++ b/src/admin/contest.php @@ -222,7 +222,8 @@ echo $contest; <?php if(strlen($ct["contestunlockkey"]) > 1) echo "<b><= has been set</b>"; ?> </td> </tr> -<?php if($main) { ?> + <?php //if($main) { + ?> <tr> <td width="35%" align=right>Keys (only use it within a <b>secure network</b>):</td> <td width="65%"> @@ -230,7 +231,8 @@ echo $contest; <?php if(strlen($ct["contestkeys"]) > 32) echo "<b><= has been set</b>"; ?> </td> </tr> - <?php } ?> + <?php //} + ?> <tr> <td width="35%" align=right>Contest main site number:</td> <td width="65%"> |