Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
590bc443
Commit
590bc443
authored
Jul 13, 2009
by
Richard Mansfield
Browse files
Email admin on file upload when virus checking is on but clam executable is missing
parent
0181022c
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/uploadmanager.php
View file @
590bc443
...
...
@@ -105,6 +105,9 @@ class upload_manager {
return
$errormsg
;
}
}
else
{
clam_mail_admins
(
get_string
(
'clamlost'
,
'mahara'
,
$pathtoclam
));
}
}
$this
->
file
=
$file
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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