mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 09:34:10 +02:00
@@ -667,7 +667,7 @@ class Adminer {
|
||||
global $driver;
|
||||
restart_session();
|
||||
$history = &get_session("queries");
|
||||
if (!$history[$_GET["db"]]) {
|
||||
if (!idx($history, $_GET["db"])) {
|
||||
$history[$_GET["db"]] = array();
|
||||
}
|
||||
if (strlen($query) > 1e6) {
|
||||
|
Reference in New Issue
Block a user