Domains: Retain session domain_name and domain_uuid on add and delete.
This commit is contained in:
@@ -500,8 +500,6 @@
|
|||||||
|
|
||||||
//clear the domains session array to update it
|
//clear the domains session array to update it
|
||||||
unset($_SESSION["domains"]);
|
unset($_SESSION["domains"]);
|
||||||
unset($_SESSION["domain_uuid"]);
|
|
||||||
unset($_SESSION["domain_name"]);
|
|
||||||
unset($_SESSION['domain']);
|
unset($_SESSION['domain']);
|
||||||
unset($_SESSION['switch']);
|
unset($_SESSION['switch']);
|
||||||
|
|
||||||
|
|||||||
@@ -262,8 +262,6 @@ if (!class_exists('domains')) {
|
|||||||
|
|
||||||
//clear the domains session array to update it
|
//clear the domains session array to update it
|
||||||
unset($_SESSION["domains"]);
|
unset($_SESSION["domains"]);
|
||||||
unset($_SESSION["domain_uuid"]);
|
|
||||||
unset($_SESSION["domain_name"]);
|
|
||||||
unset($_SESSION['domain']);
|
unset($_SESSION['domain']);
|
||||||
unset($_SESSION['switch']);
|
unset($_SESSION['switch']);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user