Update authentication.php

This commit is contained in:
FusionPBX 2024-10-06 10:32:57 -06:00 committed by GitHub
parent 2a9798b370
commit b9a0cdf4e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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