disctrict

This commit is contained in:
Walter Hupfeld
2024-02-21 14:31:28 +01:00
parent d918e97203
commit 1f44c21d69
6 changed files with 17 additions and 8 deletions

View File

@@ -14,7 +14,7 @@
if (!$boolLogin) {
header("Location: login.php");
}
require_once("../config.db.php");
$strDistrict=$_SESSION['district'];
require ("../config.php");
require ("../lib/geocoding.php");
$boolRefresh = (isset($_GET['refresh']) & $_GET['refresh']==1);