Update authentication.php

This commit is contained in:
FusionPBX
2024-10-06 10:33:27 -06:00
committed by GitHub
parent 381fd03bd3
commit b490ce7cc0

View File

@@ -370,7 +370,7 @@ class authentication {
}
//regenerate the session on login
session_regenerate_id(true);
//session_regenerate_id(true);
//set a session variable to indicate authorized is set to true
$_SESSION['authorized'] = true;