Skip to content
Snippets Groups Projects
Commit 2549b27f authored by fantu's avatar fantu
Browse files

FS#409 - "Broken FTP clients" is not enabled in pure-ftpd

parent 782a2c04
No related branches found
No related tags found
No related merge requests found
...@@ -665,6 +665,7 @@ class installer_base { ...@@ -665,6 +665,7 @@ class installer_base {
// **enable chrooting // **enable chrooting
//exec('mkdir -p '.$config_dir.'/conf/ChrootEveryone'); //exec('mkdir -p '.$config_dir.'/conf/ChrootEveryone');
exec('echo "yes" > '.$config_dir.'/conf/ChrootEveryone'); exec('echo "yes" > '.$config_dir.'/conf/ChrootEveryone');
exec('echo "yes" > '.$config_dir.'/conf/BrokenClientsCompatibility');
} }
public function configure_mydns() public function configure_mydns()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment