Skip to content

Commit 4955b50

Browse files
authored
Merge pull request #43 from addshore/patch-1
api.php, ignore E_DEPRECATED errors
2 parents a2d155f + b0163e7 commit 4955b50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public_html/api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?PHP
22

3-
error_reporting(E_ERROR|E_CORE_ERROR|E_ALL|E_COMPILE_ERROR); //
3+
error_reporting(E_ALL ^ E_DEPRECATED); //
44
ini_set('display_errors', 'On');
55

66
if ( !isset($_REQUEST['openpage']) ) {

0 commit comments

Comments
 (0)