tbrehm
2011-06-29 b74ef5e5ae32e37272b4135e04eb4e1ffd3fe994
interface/web/mail/mail_domain_list.php
@@ -13,11 +13,8 @@
******************************************/
// Checking module permissions
if(!stristr($_SESSION["s"]["user"]["modules"],'mail')) {
   header("Location: ../index.php");
   exit;
}
//* Check permissions for module
$app->auth->check_module_permissions('mail');
$app->uses('listform_actions');