Disable error reporting
phpcs-errors:226 phpunit-status:successful
This commit is contained in:
@ -1,8 +1,5 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
error_reporting(E_ALL);
|
||||
ini_set('display_errors', "1");
|
||||
|
||||
require_once __DIR__ . "/functions/functions.php";
|
||||
|
||||
if (session_status() != PHP_SESSION_ACTIVE) {
|
||||
|
Reference in New Issue
Block a user