From b9f313bdc4992f64ed82ae998293df1e1626a4ff Mon Sep 17 00:00:00 2001
From: A. Täffner <darkalex@firesplash.de>
Date: Fri, 22 Jan 2016 13:14:39 -0500
Subject: [PATCH] DNSSEC-Switch: Implementation finished, tested And found a small bug (privkeys were not deleted on zone deletion) which is now fixed Testing successful. Doing last test then if everything goes well this will be the new merge request

---
 interface/lib/classes/ids.inc.php |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/interface/lib/classes/ids.inc.php b/interface/lib/classes/ids.inc.php
index a98b0b2..ac5cb19 100644
--- a/interface/lib/classes/ids.inc.php
+++ b/interface/lib/classes/ids.inc.php
@@ -51,7 +51,6 @@
 		require_once(ISPC_CLASS_PATH.'/IDS/Converter.php');
 		
 		$ids_request = array(
-			'SESSION' => $_SESSION,
 			'GET' => $_GET,
 			'POST' => $_POST,
 			'COOKIE' => $_COOKIE

--
Gitblit v1.9.1