tbrehm
2006-02-16 e22f1ee5203faf0f33abf02b92cb0a0d3f30a801
interface/web/mail/mail_domain_route_del.php
copy from interface/web/sites/mail_blacklist_edit.php copy to interface/web/mail/mail_domain_route_del.php
File was copied from interface/web/sites/mail_blacklist_edit.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();
?>