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
Dirk Dankhoff
ISPConfig 3
Commits
f13717cc
Commit
f13717cc
authored
Jun 15, 2010
by
tbrehm
Browse files
Implemented: FS#927 - Show hidden file in ftp
parent
22ef4880
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/lib/installer_base.lib.php
View file @
f13717cc
...
...
@@ -852,6 +852,7 @@ class installer_base {
//exec('mkdir -p '.$config_dir.'/conf/ChrootEveryone');
exec
(
'echo "yes" > '
.
$config_dir
.
'/conf/ChrootEveryone'
);
exec
(
'echo "yes" > '
.
$config_dir
.
'/conf/BrokenClientsCompatibility'
);
exec
(
'echo "yes" > '
.
$config_dir
.
'/conf/DisplayDotFiles'
);
if
(
is_file
(
'/etc/default/pure-ftpd-common'
))
{
replaceLine
(
'/etc/default/pure-ftpd-common'
,
'STANDALONE_OR_INETD=inetd'
,
'STANDALONE_OR_INETD=standalone'
,
1
,
0
);
...
...
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