Skip to content

Commit

Permalink
fix: disable startup error display
Browse files Browse the repository at this point in the history
  • Loading branch information
marcocesarato committed Jan 6, 2021
1 parent 478b788 commit eb29500
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.php
Expand Up @@ -31,6 +31,7 @@
// Errors
error_reporting(0);
ini_set('display_errors', 0);
ini_set('display_startup_errors', 0);

$app = new Scanner();
$app->run();

0 comments on commit eb29500

Please sign in to comment.