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/staff | |
| parent | 64451b33aa22fc5b96abc65bb416a2e0c78a2a98 (diff) | |
| download | boca-master.tar.gz boca-master.zip | |
Diffstat (limited to 'src/staff')
| -rw-r--r-- | src/staff/header.php | 2 | ||||
| -rwxr-xr-x | src/staff/report/header.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/staff/header.php b/src/staff/header.php index 5c8fd6d..e1bc4ef 100644 --- a/src/staff/header.php +++ b/src/staff/header.php @@ -31,7 +31,7 @@ require_once("../db.php"); echo "<html><head><title>Staff's Page</title>\n"; echo "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">\n"; -echo "<link rel=stylesheet href=\"../Css.php\" type=\"text/css\">\n"; +echo "<link rel=stylesheet href=\"../css.php\" type=\"text/css\">\n"; //echo "<meta http-equiv=\"refresh\" content=\"60\" />"; diff --git a/src/staff/report/header.php b/src/staff/report/header.php index 6ebcc32..dc3df38 100755 --- a/src/staff/report/header.php +++ b/src/staff/report/header.php @@ -46,7 +46,7 @@ require_once($locr."/freport.php"); 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) |