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:
+1
-3
@@ -1,7 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
ini_set('display_errors', 1);
|
error_reporting(E_ERROR);
|
||||||
ini_set('display_startup_errors', 1);
|
|
||||||
error_reporting(E_ALL);
|
|
||||||
|
|
||||||
$db = new SQLite3('./scripts/birds.db', SQLITE3_OPEN_CREATE | SQLITE3_OPEN_READWRITE);
|
$db = new SQLite3('./scripts/birds.db', SQLITE3_OPEN_CREATE | SQLITE3_OPEN_READWRITE);
|
||||||
if($db == False){
|
if($db == False){
|
||||||
|
|||||||
Reference in New Issue
Block a user