Letzte Aktiviät stat Letzter Login in Benutzer bearbeiten

This commit is contained in:
aschwarz
2023-05-22 17:10:59 +02:00
parent 5059eff5fe
commit e5eac2a40f
3 changed files with 146 additions and 138 deletions

View File

@ -15,6 +15,11 @@ if(!isset($_SESSION['userid'])) {
}
$sql_activity = $db->query("UPDATE jumi_admin
SET last_activity = NOW()
WHERE uid = '$uid'
");
$template = "modern";
function rechte($curpage, $uid){