소스 검색

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");