diff options
| author | Bruno Ribas <brunoribas@gmail.com> | 2020-11-05 18:23:50 +0000 |
|---|---|---|
| committer | Bruno Ribas <brunoribas@gmail.com> | 2020-11-05 18:23:50 +0000 |
| commit | 0f92e2aad5202223d7117a836312a23f4903a472 (patch) | |
| tree | c1b2fe7665075f1c61423ff6a29d085b9258c708 /src/admin/report/header.php | |
| parent | 2a58d7472d6550cd578fc417cd0654ebf65a3417 (diff) | |
| download | boca-0f92e2aad5202223d7117a836312a23f4903a472.tar.gz boca-0f92e2aad5202223d7117a836312a23f4903a472.zip | |
admin/report/{clar,header,score}.php updates from 2018 and 2019
Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
Diffstat (limited to 'src/admin/report/header.php')
| -rw-r--r-- | src/admin/report/header.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/admin/report/header.php b/src/admin/report/header.php index 50c36af..4c11575 100644 --- a/src/admin/report/header.php +++ b/src/admin/report/header.php @@ -67,4 +67,4 @@ if(isset($_GET['webcastcode']) && ctype_alnum($_GET['webcastcode'])) { echo $ct["contestname"] . " - " . $st["sitename"] . "</td>\n"; echo "</tr></table>\n"; } -?>
\ No newline at end of file +?> |