From a01f0ec2151f4213d5a17b138909dd79a23ae4d2 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Thu, 24 Nov 2005 10:04:27 -0500
Subject: [PATCH] added return to infos for lists

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

diff --git a/interface/web/sites/mail_box_edit.php b/interface/web/sites/mail_box_edit.php
index 715964f..e01137a 100644
--- a/interface/web/sites/mail_box_edit.php
+++ b/interface/web/sites/mail_box_edit.php
@@ -51,6 +51,8 @@
 $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