This commit is contained in:
Walter Hupfeld
2024-02-18 10:40:48 +01:00
parent 175d82f911
commit 5fd594a103
8 changed files with 40 additions and 13 deletions

View File

@@ -1,8 +1,8 @@
<?php
exit();
date_default_timezone_set('UTC');
$db = new SQLite3($dbFilename);
require("../config.db.php");
$db->exec("CREATE TABLE IF NOT EXISTS location(
id INTEGER PRIMARY KEY AUTOINCREMENT,