소스 검색

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);