فهرست منبع

Get a new set of default and domain settings for use when http_domain_filter is set to false. Remove debug numbers from access denied messages in provisioning and remove other redundant code.

Mark Crane 10 سال پیش
والد
کامیت
8c58c8b7ec
1فایلهای تغییر یافته به همراه0 افزوده شده و 11 حذف شده
  1. 0 11
      resources/classes/domains.php

+ 0 - 11
resources/classes/domains.php

@@ -32,17 +32,6 @@
 			//set the global variable
 				global $db;
 
-			//clear the sessions
-				unset($_SESSION['contact']);
-				unset($_SESSION['domain']);
-				unset($_SESSION['email']);
-				unset($_SESSION['ldap']);
-				unset($_SESSION['login']);
-				unset($_SESSION['provision']);
-				unset($_SESSION['security']);
-				unset($_SESSION['server']);
-				unset($_SESSION['switch']);
-
 			//set the PDO error mode
 				$db->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);