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
f562971d
Commit
f562971d
authored
Nov 17, 2015
by
Florian Schaal
Browse files
typo
parent
ef5c451d
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/lib/classes/cron.d/500-backup_mail.inc.php
View file @
f562971d
...
...
@@ -198,7 +198,7 @@ class cronjob_backup_mail extends cronjob {
/* remove archives */
$mail_backup_dir
=
realpath
(
$backup_dir
.
'/mail'
.
$domain_rec
[
'domain_id'
]);
$mail_backup_file
=
'mail'
.
$rec
[
'mailuser_id'
]
.
'_
*
'
;
$mail_backup_file
=
'mail'
.
$rec
[
'mailuser_id'
]
.
'_'
;
if
(
is_dir
(
$mail_backup_dir
))
{
$dir_handle
=
opendir
(
$mail_backup_dir
.
'/'
);
while
(
$file
=
readdir
(
$dir_handle
))
{
...
...
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