Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
2549b27f
Commit
2549b27f
authored
Jan 06, 2009
by
fantu
Browse files
FS#409 - "Broken FTP clients" is not enabled in pure-ftpd
parent
782a2c04
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/lib/installer_base.lib.php
View file @
2549b27f
...
...
@@ -665,6 +665,7 @@ class installer_base {
// **enable chrooting
//exec('mkdir -p '.$config_dir.'/conf/ChrootEveryone');
exec
(
'echo "yes" > '
.
$config_dir
.
'/conf/ChrootEveryone'
);
exec
(
'echo "yes" > '
.
$config_dir
.
'/conf/BrokenClientsCompatibility'
);
}
public
function
configure_mydns
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment