Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilherme Filippo
ISPConfig 3
Commits
6338aa27
Commit
6338aa27
authored
Feb 10, 2010
by
tbrehm
Browse files
Fixed: FS#1067 - Webmail link does not work when there are no persmissions for sites module
parent
4cb4911c
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/mail/webmailer.php
View file @
6338aa27
...
...
@@ -32,7 +32,7 @@ require_once('../../lib/config.inc.php');
require_once
(
'../../lib/app.inc.php'
);
//* Check permissions for module
$app
->
auth
->
check_module_permissions
(
'
sites
'
);
$app
->
auth
->
check_module_permissions
(
'
mail
'
);
/* get the id of the mail (must be int!) */
if
(
!
isset
(
$_GET
[
'id'
])){
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment