disable error reporting
This commit is contained in:
parent
5fe0c7993d
commit
52eb3ea5f8
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
<?php
|
||||
|
||||
error_reporting(0);
|
||||
|
||||
function adminer_object() {
|
||||
include_once "./plugin.php";
|
||||
$plugins = array();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue