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
Zvonimir
ISPConfig 3
Commits
8b399226
Commit
8b399226
authored
Oct 21, 2013
by
Falko Timme
Browse files
- Forgot to make $inst global in function configure_pureftpd().
parent
146783b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/lib/installer_base.lib.php
View file @
8b399226
...
...
@@ -1074,7 +1074,7 @@ class installer_base {
public
function
configure_pureftpd
()
{
global
$conf
;
global
$conf
,
$inst
;
$config_dir
=
$conf
[
'pureftpd'
][
'config_dir'
];
...
...
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