1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-10 16:44:17 +02:00

Add comments to places processed by compile.php

This commit is contained in:
Jakub Vrana
2025-03-15 02:18:09 +01:00
parent fd199ec156
commit 08882c6a8e
6 changed files with 13 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ function page_header($title, $error = "", $breadcrumb = array(), $title2 = "") {
foreach ($css as $val) {
echo "<link rel='stylesheet' href='" . h($val) . "'>\n";
}
// this is matched by compile.php
echo script_src("../adminer/static/functions.js");
echo script_src("static/editing.js");
?>