This commit is contained in:
6
root/test.php
Normal file
6
root/test.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
$db_dir = getenv('DB_DIR');
|
||||
# TODO: pour plus tard afin de dynamiser le nom
|
||||
$db_path = $db_dir.'/db.db';
|
||||
$db = new SQLite3($db_path);
|
||||
Reference in New Issue
Block a user