mirror of
https://github.com/vrana/adminer.git
synced 2025-08-07 23:27:17 +02:00
Bump version to 4.10-dev
This commit is contained in:
@@ -1,9 +1,2 @@
|
||||
<?php
|
||||
$VERSION = "4.9.4";
|
||||
|
||||
function adminer_errors($errno, $errstr) {
|
||||
return !!preg_match('~^(Trying to access array offset on( value of type)? null|Undefined (array key|property))~', $errstr);
|
||||
}
|
||||
|
||||
error_reporting(6135); // errors and warnings
|
||||
set_error_handler('adminer_errors', E_WARNING);
|
||||
$VERSION = "4.10.0-dev";
|
||||
|
Reference in New Issue
Block a user