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
8a61c28b
Unverified
Commit
8a61c28b
authored
Nov 04, 2022
by
Helmo
Browse files
Fix undefined $conf,
#6406
parent
20a04da2
Changes
1
Show whitespace changes
Inline
Side-by-side
install/lib/installer_base.lib.php
View file @
8a61c28b
...
...
@@ -246,6 +246,8 @@ class installer_base {
//** Check prerequisites
public
function
check_prerequisites
()
{
global
$conf
;
$msg
=
''
;
if
(
$conf
[
'default_php'
]
!=
''
)
{
...
...
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