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 d0c5a70 commit 05e1637Copy full SHA for 05e1637
install/lib/installer_base.lib.php
@@ -1551,6 +1551,9 @@ public function configure_pureftpd() {
1551
}
1552
1553
if(!is_file('/etc/pure-ftpd/conf/DontResolve')) exec('echo "yes" > /etc/pure-ftpd/conf/DontResolve');
1554
+
1555
+ if(!is_file('/etc/pure-ftpd/welcome.msg')) exec('echo "FTP managed by ISPConfig" > /etc/pure-ftpd/welcome.msg');
1556
+ if(!is_file('/etc/pure-ftpd/conf/FortunesFile')) exec('echo "/etc/pure-ftpd/welcome.msg" > /etc/pure-ftpd/conf/FortunesFile');
1557
1558
1559
public function configure_mydns() {
0 commit comments