This commit is contained in:
parent
996960408c
commit
cfdcb4f759
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);
|
||||
Loading…
x
Reference in New Issue
Block a user