Whoops, forgot to delete the ! operator in the reversed conditional
for anonftp. Fix.
This commit is contained in:
parent
6874d62958
commit
241d4c9361
@ -541,7 +541,7 @@ nodisks:
|
||||
"between interfaces)?"))
|
||||
variable_set2("gateway_enable", "YES", 1);
|
||||
|
||||
if (!msgYesNo("Do you want to grant only normal users FTP access to this\n"
|
||||
if (msgYesNo("Do you want to grant only normal users FTP access to this\n"
|
||||
"host (e.g. no anonymous FTP connections)?"))
|
||||
configAnonFTP(self);
|
||||
|
||||
|
@ -541,7 +541,7 @@ nodisks:
|
||||
"between interfaces)?"))
|
||||
variable_set2("gateway_enable", "YES", 1);
|
||||
|
||||
if (!msgYesNo("Do you want to grant only normal users FTP access to this\n"
|
||||
if (msgYesNo("Do you want to grant only normal users FTP access to this\n"
|
||||
"host (e.g. no anonymous FTP connections)?"))
|
||||
configAnonFTP(self);
|
||||
|
||||
|
@ -541,7 +541,7 @@ nodisks:
|
||||
"between interfaces)?"))
|
||||
variable_set2("gateway_enable", "YES", 1);
|
||||
|
||||
if (!msgYesNo("Do you want to grant only normal users FTP access to this\n"
|
||||
if (msgYesNo("Do you want to grant only normal users FTP access to this\n"
|
||||
"host (e.g. no anonymous FTP connections)?"))
|
||||
configAnonFTP(self);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user