Parcourir la source

disable error reporting

Serghey Rodin il y a 10 ans
Parent
commit
c4b629bdd1
2 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 1 0
      web/list/ip/index.php
  2. 1 0
      web/list/web/index.php

+ 1 - 0
web/list/ip/index.php

@@ -1,6 +1,7 @@
 <?php
 session_start();
 $TAB = 'IP';
+error_reporting(NULL);
 
 // Main include
 include($_SERVER['DOCUMENT_ROOT']."/inc/main.php");

+ 1 - 0
web/list/web/index.php

@@ -1,6 +1,7 @@
 <?php
 session_start();
 $TAB = 'WEB';
+error_reporting(NULL);
 
 // Main include
 include($_SERVER['DOCUMENT_ROOT']."/inc/main.php");