Update play.php

Silencing harmless notice that appears if the user doesn't have a disk_check_exclude.txt created yet.
This commit is contained in:
ehpersonal38
2022-05-21 15:20:14 -04:00
committed by GitHub
parent f03a3fc7e5
commit dd2091a2b8
+1 -3
View File
@@ -1,7 +1,5 @@
<?php
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
error_reporting(E_ERROR);
$db = new SQLite3('./scripts/birds.db', SQLITE3_OPEN_CREATE | SQLITE3_OPEN_READWRITE);
if($db == False){