interface/web/mail/mail_domain_list.php
@@ -13,17 +13,15 @@ ******************************************/ // 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'); // Limit the results to alias domains // $app->listform_actions->SQLExtWhere = "type = 'local'"; $app->listform_actions->SQLOrderBy = 'ORDER BY mail_domain.domain'; $app->listform_actions->onLoad();