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
6a7f4751
Commit
6a7f4751
authored
Feb 23, 2021
by
Thom
🛠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't disable php8.0 as it does not exist anymore (
#31
)
parent
aed3218e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
lib/os/class.ISPConfigDebianOS.inc.php
lib/os/class.ISPConfigDebianOS.inc.php
+1
-4
No files found.
lib/os/class.ISPConfigDebianOS.inc.php
View file @
6a7f4751
...
...
@@ -161,10 +161,7 @@ class ISPConfigDebianOS extends ISPConfigBaseOS {
$modules
=
array
(
'mpm_prefork'
);
// Should not be needed anymore as mod-php is not installed
/*if(ISPConfig::wantsPHP() !== 'system') {
array_unshift($modules, 'php8.0');
}*/
return
$modules
;
}
...
...
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