We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 782a2c0 commit 2549b27Copy full SHA for 2549b27
install/lib/installer_base.lib.php
@@ -665,6 +665,7 @@ public function configure_pureftpd()
665
// **enable chrooting
666
//exec('mkdir -p '.$config_dir.'/conf/ChrootEveryone');
667
exec('echo "yes" > '.$config_dir.'/conf/ChrootEveryone');
668
+ exec('echo "yes" > '.$config_dir.'/conf/BrokenClientsCompatibility');
669
}
670
671
public function configure_mydns()
0 commit comments