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
Helmo
ISPConfig 3
Commits
8f612a92
Commit
8f612a92
authored
Feb 27, 2021
by
Florian Schaal
Browse files
interface/web/mailuser/index.php
parent
4d9563e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/mailuser/index.php
View file @
8f612a92
...
...
@@ -5,7 +5,7 @@ require_once '../../lib/app.inc.php';
//* Check permissions for module
$app
->
auth
->
check_module_permissions
(
'mailuser'
);
$app
->
uses
(
'tpl
, functions
'
);
$app
->
uses
(
'tpl'
);
$app
->
tpl
->
newTemplate
(
'form.tpl.htm'
);
$app
->
tpl
->
setInclude
(
'content_tpl'
,
'templates/index.htm'
);
...
...
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