added user managment

This commit is contained in:
2022-06-09 22:20:05 +02:00
parent c769766cd5
commit 1197c6e07f
12 changed files with 167 additions and 10 deletions

View File

@@ -15,7 +15,7 @@
$session = $_SESSION['select-statistics'];
}
echo file_get_contents("header_footer/header.php");
include("header_footer/header.php");
?>
<body>
@@ -32,7 +32,7 @@
<form name="switch-statistics" method="get">
<select name="stationen" id="station" onchange="this.form.submit()">
<?php
load_options_stations($con, $session);
load_options_stations($con, $session, true);
?>
</select>
</form>