implemented secure remember me functionality

This commit is contained in:
2025-03-31 23:39:40 -06:00
parent e65d679dcf
commit b9bb620ae0
5 changed files with 49 additions and 10 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ if (isset($_POST['form_id'])) {
$msg = login(
$_POST['username'],
$_POST['password'],
(isset($POST['stay_logged_in']) ? true : false)
(isset($_POST['stay_logged_in']) ? true : false)
);
if ($msg === true)