1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-08 15:47:00 +02:00

Separate JavaScript to not wait with Firebug

This commit is contained in:
Jakub Vrana
2010-10-15 11:26:42 +02:00
parent 49565e0563
commit e98c995155
5 changed files with 41 additions and 41 deletions

View File

@@ -66,6 +66,8 @@ if (isset($_GET["download"])) {
include "./select.inc.php";
} elseif (isset($_GET["variables"])) {
include "./variables.inc.php";
} elseif (isset($_GET["script"])) {
include "./script.inc.php";
} else {
include "./db.inc.php";
}