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
0939b148
Commit
0939b148
authored
Nov 05, 2022
by
Till Brehm
Browse files
Merge branch '6406-undefined-conf' into 'develop'
Fix undefined $conf,
#6406
Closes
#6406
See merge request
!1655
parents
20a04da2
8a61c28b
Pipeline
#12621
passed with stage
in 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
install/lib/installer_base.lib.php
View file @
0939b148
...
@@ -246,6 +246,8 @@ class installer_base {
...
@@ -246,6 +246,8 @@ class installer_base {
//** Check prerequisites
//** Check prerequisites
public
function
check_prerequisites
()
{
public
function
check_prerequisites
()
{
global
$conf
;
$msg
=
''
;
$msg
=
''
;
if
(
$conf
[
'default_php'
]
!=
''
)
{
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