aboutsummaryrefslogtreecommitdiff
path: root/src/system/header.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/system/header.php')
-rw-r--r--src/system/header.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/system/header.php b/src/system/header.php
index 38b9938..9e7275e 100644
--- a/src/system/header.php
+++ b/src/system/header.php
@@ -31,7 +31,7 @@ require_once("../db.php");
echo "<html><head><title>System'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\" />";
if(!ValidSession()) {