This commit is contained in:
Walter Hupfeld
2024-02-17 08:42:54 +01:00
parent 0df6729f8b
commit 91a8c4e567
14 changed files with 42 additions and 59 deletions

View File

@@ -9,9 +9,9 @@
******************************** */
$dbFilename = "db/locations.db";
$db = new SQLite3($dbFilename);
require("config.db.php");
$db->query("TRUNCATE config");
$boolActive = (isset($_POST['active'])) ? "1" : "0";
$boolRating = (isset($_POST['rating'])) ? "1" : "0";