Skip to content

Commit c4b629b

Browse files
committed
disable error reporting
1 parent d3c98af commit c4b629b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

web/list/ip/index.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php
22
session_start();
33
$TAB = 'IP';
4+
error_reporting(NULL);
45

56
// Main include
67
include($_SERVER['DOCUMENT_ROOT']."/inc/main.php");

web/list/web/index.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php
22
session_start();
33
$TAB = 'WEB';
4+
error_reporting(NULL);
45

56
// Main include
67
include($_SERVER['DOCUMENT_ROOT']."/inc/main.php");

0 commit comments

Comments
 (0)