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/system | |
| parent | 64451b33aa22fc5b96abc65bb416a2e0c78a2a98 (diff) | |
| download | boca-0fc1ba6dff3238360a0a0da3b7cc65b86b911c63.tar.gz boca-0fc1ba6dff3238360a0a0da3b7cc65b86b911c63.zip | |
Diffstat (limited to 'src/system')
| -rw-r--r-- | src/system/header.php | 2 |
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()) { |