mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update authentication.php
This commit is contained in:
@@ -386,7 +386,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;
|
||||
|
||||
Reference in New Issue
Block a user