We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a2d155f + b0163e7 commit 4955b50Copy full SHA for 4955b50
1 file changed
public_html/api.php
@@ -1,6 +1,6 @@
1
<?PHP
2
3
-error_reporting(E_ERROR|E_CORE_ERROR|E_ALL|E_COMPILE_ERROR); //
+error_reporting(E_ALL ^ E_DEPRECATED); //
4
ini_set('display_errors', 'On');
5
6
if ( !isset($_REQUEST['openpage']) ) {
0 commit comments