This commit is contained in:
Walter Hupfeld 2024-03-11 12:55:17 +01:00
parent 824aa44fe2
commit 34af6b6f75
5 changed files with 3 additions and 4 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -1,5 +1,5 @@
<?php
$dbFilename="../db/locations.db";
require ("../config.php");
if ($boolComment){

View File

@ -1,5 +1,5 @@
<?php
$dbFilename="../db/locations.db";
require_once("../config.php");
$mode = trim($_POST['mode']);

View File

@ -1,6 +1,5 @@
<?php
$dbFilename="../db/locations.db";
require_once("../config.php");
require_once("../lib/functions.php");

View File

@ -8,7 +8,7 @@
* Datum: 18.05.2021
******************************** */
exit();
require("config.db.php");
$db->query("TRUNCATE config");