mirror of
https://github.com/vrana/adminer.git
synced 2025-08-11 00:54:08 +02:00
Use script() for <script>
This commit is contained in:
@@ -189,7 +189,7 @@ if (DB != "") {
|
||||
echo $views;
|
||||
|
||||
if ($tables_list) {
|
||||
echo "<script>ajaxSetHtml('" . js_escape(ME) . "script=db');</script>\n";
|
||||
echo script("ajaxSetHtml('" . js_escape(ME) . "script=db');");
|
||||
}
|
||||
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user