瀏覽代碼

disable error reporting

Serghey Rodin 10 年之前
父節點
當前提交
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
 <?php
 session_start();
 session_start();
 $TAB = 'IP';
 $TAB = 'IP';
+error_reporting(NULL);
 
 
 // Main include
 // Main include
 include($_SERVER['DOCUMENT_ROOT']."/inc/main.php");
 include($_SERVER['DOCUMENT_ROOT']."/inc/main.php");

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

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