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
die_coolen_jungs
our_own_cloud_project
Commits
1b871da5
Commit
1b871da5
authored
Jun 30, 2014
by
Steffen Lindner
Browse files
Fixes typo with sendmail detection - fixes #9203
parent
f35f14aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
settings/admin.php
View file @
1b871da5
...
...
@@ -21,7 +21,7 @@ $entries=OC_Log_Owncloud::getEntries(3);
$entriesremain
=
count
(
OC_Log_Owncloud
::
getEntries
(
4
))
>
3
;
// Should we display sendmail as an option?
$tmpl
->
assign
(
'sendmail_is_available'
,
(
bool
)
findBinaryPath
(
'sendmail
sendmail
'
));
$tmpl
->
assign
(
'sendmail_is_available'
,
(
bool
)
findBinaryPath
(
'sendmail'
));
$tmpl
->
assign
(
'loglevel'
,
OC_Config
::
getValue
(
"loglevel"
,
2
));
$tmpl
->
assign
(
'mail_domain'
,
OC_Config
::
getValue
(
"mail_domain"
,
''
));
...
...
Write
Preview
Supports
Markdown
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