mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 05:45:59 +01:00
mautic version 5 and php 8.1 support
This commit is contained in:
@@ -48,7 +48,7 @@ LoadModule mpm_event_module modules/mod_mpm_event.so
|
|||||||
@staticmethod
|
@staticmethod
|
||||||
def checkIfApacheInstalled():
|
def checkIfApacheInstalled():
|
||||||
try:
|
try:
|
||||||
if os.path.exists(ApacheController.serverRootPath):
|
if os.path.exists(ApacheController.php80Path):
|
||||||
return 1
|
return 1
|
||||||
else:
|
else:
|
||||||
return 0
|
return 0
|
||||||
|
|||||||
Reference in New Issue
Block a user