Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISPConfig
ISPConfig Autoinstaller
Commits
2fa3ff62
Commit
2fa3ff62
authored
Feb 22, 2021
by
Thom Pol
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix several typo's (
#11
and
#28
)
parent
cc6926b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
8 deletions
+2
-8
lib/os/class.ISPConfigDebianOS.inc.php
lib/os/class.ISPConfigDebianOS.inc.php
+2
-8
No files found.
lib/os/class.ISPConfigDebianOS.inc.php
View file @
2fa3ff62
...
...
@@ -161,15 +161,9 @@ class ISPConfigDebianOS extends ISPConfigBaseOS {
$modules
=
array
(
'mpm_prefork'
);
if
(
ISPConfig
::
wantsPHP
()
===
'system'
)
{
array_unshift
(
$modules
,
'php'
.
$this
->
getSystemPHPVersion
());
}
else
{
if
(
ISPConfig
::
wantsPHP
()
!==
'system'
)
{
array_unshift
(
$modules
,
'php8.0'
);
);
}
}
return
$modules
;
}
...
...
@@ -814,7 +808,7 @@ mailman-unsubscribe: "|/var/lib/mailman/mail/mailman unsubscribe mailman"';
if
(
ISPConfig
::
wantsPHP
()
===
'system'
)
{
$php_versions
=
array
(
$this
->
getSystemPHPVersion
());
}
else
{
// If a new version is added, the getApacheModulesToDisable function should be updated to disable the latest version
// If a new version is added, the getApacheModulesToDisable function should be updated to disable the latest version
(this part could be improved)
$php_versions
=
array
(
'5.6'
,
'7.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