diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-11-23 00:17:19 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-11-23 00:17:19 -0500 |
commit | 6bd406c62cf1f128449ae446213d0578a0615a61 (patch) | |
tree | 82fa9d2f8ef4085d6733d7fe487f28e6ebba2a21 /web/html/index.php | |
parent | 5463338540e18eb7a3dd0960003ef022a1ab83a6 (diff) |
Parabola branding
Diffstat (limited to 'web/html/index.php')
-rw-r--r-- | web/html/index.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web/html/index.php b/web/html/index.php index 27d897c..b771c47 100644 --- a/web/html/index.php +++ b/web/html/index.php @@ -157,7 +157,6 @@ if (!empty($tokens[1]) && '/' . $tokens[1] == get_pkg_route()) { header("Content-Type: text/css"); readfile("./$path"); break; - case "/css/archnavbar/archlogo.gif": case "/images/new.png": header("Content-Type: image/png"); readfile("./$path"); |