Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
6137440f
Commit
6137440f
authored
Jul 15, 2008
by
tbrehm
Browse files
Fixed a bug in quotaingof a variable in installer.
parent
04c7ebea
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/lib/installer_base.lib.php
View file @
6137440f
...
...
@@ -657,7 +657,7 @@ class installer_base {
$install_dir
=
$this
->
conf
[
'ispconfig_install_dir'
];
//* Create the ISPConfig installation directory
if
(
!@
is_dir
(
$install_dir
))
{
if
(
!@
is_dir
(
"
$install_dir
"
))
{
$command
=
"mkdir
$install_dir
"
;
caselog
(
$command
.
' &> /dev/null'
,
__FILE__
,
__LINE__
,
"EXECUTED:
$command
"
,
"Failed to execute the command
$command
"
);
}
...
...
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