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

@@ -6,11 +6,11 @@
if (!$boolLogin) {
header("Location: login.php");
}
$strDistrict=$_SESSION['district'];
include("../config.php");
$sqlDistrict = ($boolSuperAdmin) ? "1" : "l.district='$strDistrict'";
/*
$arrTopic = array (
1 => "Fußverkehr",
2 => "Radverkehr",
@@ -18,7 +18,7 @@
4 => "Pkw-Verkehr",
5 => "Lkw-Verkehr"
);
$arrIcon = array (
1 => "<i class='fa fa-male'></i>",
2 => "<i class='fa fa-bicycle'></i>",
@@ -26,6 +26,7 @@
4 => "<i class='fa fa-car'></i>",
5 => "<i class='fa fa-truck'></i>"
);
*/
?>
<!DOCTYPE html>
<html lang="de">