aboutsummaryrefslogtreecommitdiff
path: root/src/admin/report
diff options
context:
space:
mode:
authorLucas Faria Mendes <lucas.fariamo08@gmail.com>2026-06-05 11:52:54 +0000
committerLucas Faria Mendes <lucas.fariamo08@gmail.com>2026-06-05 11:52:54 +0000
commit0fc1ba6dff3238360a0a0da3b7cc65b86b911c63 (patch)
tree59451a4fd9f67a294d5be1c954661d4f3354d9c8 /src/admin/report
parent64451b33aa22fc5b96abc65bb416a2e0c78a2a98 (diff)
downloadboca-0fc1ba6dff3238360a0a0da3b7cc65b86b911c63.tar.gz
boca-0fc1ba6dff3238360a0a0da3b7cc65b86b911c63.zip
fix: update stylesheet links to use lowercase 'css.php' for consistencyHEADmaster
Diffstat (limited to 'src/admin/report')
-rw-r--r--src/admin/report/header.php2
1 files changed, 1 insertions, 1 deletions
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)