Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
lolo888
ISPConfig 3
Commits
f13717cc
Commit
f13717cc
authored
Jun 15, 2010
by
tbrehm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Implemented: FS#927 - Show hidden file in ftp
parent
22ef4880
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
install/lib/installer_base.lib.php
install/lib/installer_base.lib.php
+1
-0
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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