mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Fix typo
This commit is contained in:
@@ -288,7 +288,7 @@ else {
|
||||
my $hasapache = &foreign_installed("apache");
|
||||
my $mode = $webroot eq 'dns' ? 3 :
|
||||
$webroot ? 2 :
|
||||
$hasapacehe ? 0 :
|
||||
$hasapache ? 0 :
|
||||
$letsencrypt_cmd ? 4 : 2;
|
||||
if ($hasapache) {
|
||||
&foreign_require("apache");
|
||||
|
||||
Reference in New Issue
Block a user