aboutsummaryrefslogtreecommitdiff
path: root/src/staff/report
diff options
context:
space:
mode:
Diffstat (limited to 'src/staff/report')
-rwxr-xr-xsrc/staff/report/header.php2
1 files changed, 1 insertions, 1 deletions
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)