tbrehm
2007-08-19 da5e7a023cec055984fbaab81609d2ddd4bccf13
interface/web/mail/mail_domain_list.php
@@ -12,8 +12,9 @@
* End Form configuration
******************************************/
// Checking module permissions
if(!stristr($_SESSION["s"]["user"]["modules"],$_SESSION["s"]["module"]["name"])) {
if(!stristr($_SESSION["s"]["user"]["modules"],'mail')) {
   header("Location: ../index.php");
   exit;
}