From e22f1ee5203faf0f33abf02b92cb0a0d3f30a801 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Thu, 16 Feb 2006 16:36:09 -0500 Subject: [PATCH] Updates mail module --- interface/web/mail/mail_domain_route_del.php | 13 ++++++------- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git a/interface/web/sites/mail_blacklist_edit.php b/interface/web/mail/mail_domain_route_del.php similarity index 90% copy from interface/web/sites/mail_blacklist_edit.php copy to interface/web/mail/mail_domain_route_del.php index e72f28c..d69f9e2 100644 --- a/interface/web/sites/mail_blacklist_edit.php +++ b/interface/web/mail/mail_domain_route_del.php @@ -1,4 +1,5 @@ <?php + /* Copyright (c) 2005, Till Brehm, projektfarm Gmbh All rights reserved. @@ -27,12 +28,12 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ - /****************************************** * Begin Form configuration ******************************************/ -$tform_def_file = "form/mail_blacklist.tform.php"; +$list_def_file = "list/mail_domain_route.list.php"; +$tform_def_file = "form/mail_domain_route.tform.php"; /****************************************** * End Form configuration @@ -41,15 +42,13 @@ require_once('../../lib/config.inc.php'); require_once('../../lib/app.inc.php'); -// Checking module permissions +// Checke Berechtigungen f�r Modul if(!stristr($_SESSION["s"]["user"]["modules"],$_SESSION["s"]["module"]["name"])) { header("Location: ../index.php"); exit; } -// Loading classes -$app->uses('tpl,tform,tform_actions'); -$app->tform_actions->onLoad(); - +$app->uses("tform_actions"); +$app->tform_actions->onDelete(); ?> \ No newline at end of file -- Gitblit v1.9.1