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