Disable error reporting
This commit is contained in:
parent
a627aed0da
commit
ecb1a161e2
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
|
error_reporting(0);
|
||||||
require_once __DIR__ . '/lib/rssbridge.php';
|
require_once __DIR__ . '/lib/rssbridge.php';
|
||||||
|
|
||||||
Configuration::verifyInstallation();
|
Configuration::verifyInstallation();
|
||||||
|
|
Loading…
Reference in a new issue