mautic version 5 and php 8.1 support

This commit is contained in:
usmannasir
2024-01-16 17:04:43 +05:00
parent 84e3569a0d
commit 8c4fd751a6
2 changed files with 21 additions and 21 deletions

View File

@@ -48,7 +48,7 @@ LoadModule mpm_event_module modules/mod_mpm_event.so
@staticmethod
def checkIfApacheInstalled():
try:
if os.path.exists(ApacheController.serverRootPath):
if os.path.exists(ApacheController.php80Path):
return 1
else:
return 0