1
0
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:
Jakub Vrana
2021-02-23 12:42:11 +01:00
parent 205305d6b5
commit af1a908f56
4 changed files with 8 additions and 8 deletions

View File

@@ -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";