Index: trunk/admin/logs/email_log.php =================================================================== diff -u -r2853 -r5431 --- trunk/admin/logs/email_log.php (.../email_log.php) (revision 2853) +++ trunk/admin/logs/email_log.php (.../email_log.php) (revision 5431) @@ -19,6 +19,7 @@ define('FULL_PATH', realpath(dirname(__FILE__) . str_repeat('/..', $relation_level) ) ); require_once FULL_PATH.'/kernel/startup.php'; // new startup: end +checkViewPermission('in-portal:emaillog'); //admin only includes require_once ($pathtoroot.$admin."/include/elements.php");