1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-07 23:27:17 +02:00

CSS: Add logo

This commit is contained in:
Jakub Vrana
2025-04-04 07:39:08 +02:00
parent 3f6136205d
commit 6e8c89ee71
8 changed files with 12 additions and 4 deletions

View File

@@ -35,5 +35,8 @@ if ($_GET["file"] == "favicon.ico") {
../externals/jush/modules/jush-mssql.js;
../externals/jush/modules/jush-oracle.js;
../externals/jush/modules/jush-simpledb.js', 'minify_js'));
} elseif ($_GET["file"] == "logo.png") {
header("Content-Type: image/png");
echo compile_file('../adminer/static/logo.png');
}
exit;