first commit

This commit is contained in:
bryce
2025-07-23 17:36:36 +12:00
commit 341ff47635
16 changed files with 624 additions and 0 deletions

4
i/config.php Normal file
View File

@@ -0,0 +1,4 @@
<?php
define('DB_PATH', __DIR__ . '../../../dbs/lists/lists.sqlite');
?>