diff options
| author | Lucas Faria Mendes <lucas.fariamo08@gmail.com> | 2026-06-05 11:52:54 +0000 |
|---|---|---|
| committer | Lucas Faria Mendes <lucas.fariamo08@gmail.com> | 2026-06-05 11:52:54 +0000 |
| commit | 0fc1ba6dff3238360a0a0da3b7cc65b86b911c63 (patch) | |
| tree | 59451a4fd9f67a294d5be1c954661d4f3354d9c8 /src/admin | |
| parent | 64451b33aa22fc5b96abc65bb416a2e0c78a2a98 (diff) | |
| download | boca-master.tar.gz boca-master.zip | |
Diffstat (limited to 'src/admin')
| -rw-r--r-- | src/admin/header.php | 2 | ||||
| -rw-r--r-- | src/admin/report/header.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/admin/header.php b/src/admin/header.php index b4fc812..058471a 100644 --- a/src/admin/header.php +++ b/src/admin/header.php @@ -39,7 +39,7 @@ if(!isset($_POST['noflush'])) { require_once("$locr/version.php"); echo "<html><head><title>Admin's Page</title>\n"; echo "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">\n"; - echo "<link rel=stylesheet href=\"$loc/Css.php\" type=\"text/css\">\n"; + echo "<link rel=stylesheet href=\"$loc/css.php\" type=\"text/css\">\n"; } if(!ValidSession()) { diff --git a/src/admin/report/header.php b/src/admin/report/header.php index 4c11575..401f965 100644 --- a/src/admin/report/header.php +++ b/src/admin/report/header.php @@ -50,7 +50,7 @@ if(isset($_GET['webcastcode']) && ctype_alnum($_GET['webcastcode'])) { echo "<html><head><title>Report Page</title>\n"; echo "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">\n"; - echo "<link rel=stylesheet href=\"$loc/Css.php\" type=\"text/css\">\n"; + echo "<link rel=stylesheet href=\"$loc/css.php\" type=\"text/css\">\n"; $contest=$_SESSION["usertable"]["contestnumber"]; if(($ct = DBContestInfo($contest)) == null) |