Re: [Mailzu-users] Disabling "Email Administrator" function
Brought to you by:
trilexcom
|
From: Brian W. <bw...@gm...> - 2005-10-06 14:17:23
|
On 10/6/05, Paolo Cravero as2594 <pcr...@as...> wrote:
> So I did this simple modification to "templates/common.template.php" at
> line 93 of 0.6RC3:
>
> if ((! Auth::isMailAdmin()) && ( $conf['app']['adminEmail'] )) {
>
> Basically I added a AND condition to the part that displays the "Email
> Administrator" link on the left.
>
Also add this AND condition to line 123 of 'lib/Quarantine.lib.php'.
This way, when a release for a banned attachment is requested, an
email will not be notified.
|