Serghey Rodin 10 лет назад
Родитель
Сommit
c4b629bdd1
2 измененных файлов с 2 добавлено и 0 удалено
  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");