mirror of
https://github.com/vrana/adminer.git
synced 2025-08-07 23:27:17 +02:00
Unsubstite constants (PHP 5 is now required)
This commit is contained in:
@@ -5,7 +5,7 @@ function adminer_errors($errno, $errstr) {
|
||||
}
|
||||
|
||||
error_reporting(6135); // errors and warnings
|
||||
set_error_handler('adminer_errors', 2); // 2 - E_WARNING
|
||||
set_error_handler('adminer_errors', E_WARNING);
|
||||
include dirname(__FILE__) . "/adminer/include/version.inc.php";
|
||||
include dirname(__FILE__) . "/externals/JsShrink/jsShrink.php";
|
||||
|
||||
|
Reference in New Issue
Block a user