mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Fixes NULL in _SESSION[context] (#6360)
* Update check_auth.php * Update domains.php
This commit is contained in:
committed by
GitHub
parent
ea337e42ae
commit
ca921e88ac
@@ -122,6 +122,7 @@
|
||||
$_SESSION["domain_uuid"] = $result["domain_uuid"];
|
||||
//$_SESSION["domain_name"] = $result["domain_name"];
|
||||
$_SESSION["user_uuid"] = $result["user_uuid"];
|
||||
$_SESSION["context"] = $result['domain_name'];
|
||||
|
||||
//user session array
|
||||
$_SESSION["user"]["domain_uuid"] = $result["domain_uuid"];
|
||||
|
||||
Reference in New Issue
Block a user