mirror of
https://github.com/vrana/adminer.git
synced 2025-08-11 09:04:02 +02:00
Big numbers without E
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
if ($_POST && !$error) {
|
||||
$killed = 0;
|
||||
foreach ((array) $_POST["kill"] as $val) {
|
||||
if (queries("KILL " . ereg_replace("[^0-9]+", "", $val))) {
|
||||
if (queries("KILL " . (+$val))) {
|
||||
$killed++;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user