Antennipasi
2008-12-26 2787230ec8dfba675eb8264477f3552dfd551e4d
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');