Skip to content

Commit ac81b3e

Browse files
committed
Undo hiding error_reporting
1 parent ac26d96 commit ac81b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/generate/ssl/index.php

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

55
// Main include

0 commit comments

Comments
 (0)