mirror of
https://github.com/webmin/webmin.git
synced 2025-07-21 23:40:34 +00:00
Fix to check correctly if ProFTPD is installed #2410
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
require './proftpd-lib.pl';
|
||||
|
||||
# Check if proftpd is installed
|
||||
if (&has_command($config{'proftpd_path'})) {
|
||||
if (!&has_command($config{'proftpd_path'})) {
|
||||
&ui_print_header(undef, $text{'index_title'}, "", undef, 1, 1, 0,
|
||||
&help_search_link("proftpd", "man", "doc", "google"));
|
||||
print &text('index_eproftpd', "<tt>$config{'proftpd_path'}</tt>",
|
||||
|
Reference in New Issue
Block a user