mirror of
https://github.com/vrana/adminer.git
synced 2026-02-06 23:00:17 +01:00
Compress CSS
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@576 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -119,7 +119,7 @@ if (isset($_GET["file"])) {
|
||||
echo base64_decode("' . base64_encode(file_get_contents("favicon.ico")) . '");
|
||||
} elseif ($_GET["file"] == "default.css") {
|
||||
header("Content-Type: text/css");
|
||||
?>' . file_get_contents("default.css") . '<?php
|
||||
?>' . preg_replace('~\\s*([:;{},])\\s+~', '\\1', file_get_contents("default.css")) . '<?php
|
||||
} else {
|
||||
header("Content-Type: image/gif");
|
||||
switch ($_GET["file"]) {
|
||||
|
||||
Reference in New Issue
Block a user