Skip to content

Commit 6ea0061

Browse files
committed
error_reporting
1 parent acc491b commit 6ea0061

File tree

21 files changed

+22
-25
lines changed

21 files changed

+22
-25
lines changed

web/edit/server/index.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<?php
22
// Init
3-
//error_reporting(NULL);
4-
//ob_start();
5-
session_start();
3+
/error_reporting(NULL);
64
$TAB = 'SERVER';
75

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

web/list/backup/exclusions/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
session_start();
2+
error_reporting(NULL);
33
$TAB = 'BACKUP';
44

55
// Main include

web/list/backup/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
session_start();
2+
error_reporting(NULL);
33
$TAB = 'BACKUP';
44

55
// Main include

web/list/cron/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
session_start();
2+
error_reporting(NULL);
33

44
$TAB = 'CRON';
55

web/list/db/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
session_start();
2+
error_reporting(NULL);
33
$TAB = 'DB';
44

55
// Main include

web/list/directory/index.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
error_reporting(NULL);
23

34
include($_SERVER['DOCUMENT_ROOT'] . "/inc/main.php");
45

web/list/dns/index.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?php
2-
session_start();
2+
error_reporting(NULL);
3+
34
$TAB = 'DNS';
45

56
// Main include

web/list/favorites/index.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?php
2-
3-
session_start();
2+
error_reporting(NULL);
43
include($_SERVER['DOCUMENT_ROOT']."/inc/main.php");
54

65
echo '<br> Favorites: <br>';

web/list/firewall/banlist/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
session_start();
2+
error_reporting(NULL);
33

44
$TAB = 'FIREWALL';
55

web/list/firewall/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
session_start();
2+
error_reporting(NULL);
33

44
$TAB = 'FIREWALL';
55

0 commit comments

Comments
 (0)