Wallos v0.9
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
$databaseFile = 'db/wallos.db';
|
||||
|
||||
$db = new SQLite3($databaseFile);
|
||||
$db->busyTimeout(5000);
|
||||
|
||||
if (!$db) {
|
||||
die('Connection to the database failed.');
|
||||
}
|
||||
|
||||
// $db->close();
|
||||
?>
|
||||
Reference in New Issue
Block a user