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
ISPConfig
ISPConfig 3
Commits
f18e5292
Commit
f18e5292
authored
Nov 16, 2016
by
Florian Schaal
Browse files
typo
parent
f4097a24
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/mail/form/mail_user.tform.php
View file @
f18e5292
...
...
@@ -46,7 +46,7 @@ if(!$app->auth->is_admin()) {
$client_group_id
=
$_SESSION
[
's'
][
'user'
][
'default_group'
];
$client
=
$app
->
db
->
queryOneRecord
(
"SELECT limit_backup FROM sys_group, client WHERE sys_group.client_id = client.client_id and sys_group.groupid = ?"
,
$client_group_id
);
if
(
$client
[
'limit_backup'
]
!=
'y'
)
$backup_available
=
false
;
]
}
$form
[
"title"
]
=
"Mailbox"
;
$form
[
"description"
]
=
""
;
...
...
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