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

@@ -6,6 +6,7 @@
* E-Mail: info@hupfeld-software.de
* Version: 1.0
* Datum: 18.05.2021
* zuletzt geändert: 18.02.2024
******************************** */
session_start();
@@ -14,7 +15,8 @@
if (!$boolLogin) {
header("Location: login.php");
}
$dbFilename="../db/locations.db";
require("../config.db.php");
require ("../config.php");
// Set headers to make the browser download the results as a csv file