فهرست منبع

disable error reporting

Serghey Rodin 11 سال پیش
والد
کامیت
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");