Skip to content
Snippets Groups Projects
Commit 93795863 authored by Marius Burkard's avatar Marius Burkard
Browse files

Merge branch '31-a2dismod-php8-criticial-error' into 'master'

Don't disable php8.0 as it does not exist anymore (#31)

Closes #31

See merge request ispconfig/ispconfig-autoinstaller!7
parents 6ed615ee 6a7f4751
No related branches found
No related tags found
1 merge request!7Don't disable php8.0 as it does not exist anymore (#31)
...@@ -161,9 +161,7 @@ class ISPConfigDebianOS extends ISPConfigBaseOS { ...@@ -161,9 +161,7 @@ class ISPConfigDebianOS extends ISPConfigBaseOS {
$modules = array( $modules = array(
'mpm_prefork' 'mpm_prefork'
); );
if(ISPConfig::wantsPHP() !== 'system') {
array_unshift($modules, 'php8.0');
}
return $modules; return $modules;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment