aboutsummaryrefslogtreecommitdiff
path: root/src/indexscore.php
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/indexscore.php
parent64451b33aa22fc5b96abc65bb416a2e0c78a2a98 (diff)
downloadboca-master.tar.gz
boca-master.zip
fix: update stylesheet links to use lowercase 'css.php' for consistencyHEADmaster
Diffstat (limited to 'src/indexscore.php')
-rw-r--r--src/indexscore.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indexscore.php b/src/indexscore.php
index 1b0d271..611bc41 100644
--- a/src/indexscore.php
+++ b/src/indexscore.php
@@ -57,7 +57,7 @@ require_once('version.php');
<title>BOCA Online Contest Administrator <?php echo $BOCAVERSION; ?> - Login</title>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel=stylesheet href="Css.php" type="text/css">
+<link rel=stylesheet href="css.php" type="text/css">
<script language="JavaScript" src="sha256.js"></script>
<script language="JavaScript">
function computeHASH()