This commit is contained in:
Walter Hupfeld
2024-02-18 10:57:42 +01:00
parent 5fd594a103
commit 6cdad9be24
7 changed files with 16 additions and 6 deletions

View File

@@ -1,9 +1,17 @@
<?php
/** *****************************
* Ideenmelder
* Autor: Walter Hupfeld, Hamm
* E-Mail: info@hupfeld-software.de
* Version: 1.0
* Datum: 18.05.2021
* zuletzt geändert: 18.02.2024
******************************** */
// Query
$dbFilename="../db/locations.db";
require ("../config.php");
require_once("../config.db.php");
require_once ("../config.php");
$result = $db->query("SELECT * FROM location ORDER BY created_at ASC");