From eac88333c4335a25a501b3badd76e558fb68f708 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Thu, 24 Nov 2005 11:06:41 -0500
Subject: [PATCH] Mail alias

---
 interface/web/sites/mail_box_edit.php |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/interface/web/sites/mail_box_edit.php b/interface/web/sites/mail_box_edit.php
index e01137a..715964f 100644
--- a/interface/web/sites/mail_box_edit.php
+++ b/interface/web/sites/mail_box_edit.php
@@ -51,8 +51,6 @@
 $app->uses('tpl,tform,tform_actions');
 $app->load('tform_actions');
 
-die(print_r($_SESSION));
-
 class page_action extends tform_actions {
 	
 	function onShowEnd() {

--
Gitblit v1.9.1