bug fix for missing php

This commit is contained in:
usmannasir
2023-12-26 13:13:26 +05:00
parent f7cb78b3c7
commit bcdfb8d9be

View File

@@ -569,6 +569,8 @@ class ACLManager:
php = "80"
elif phpVersion == "PHP 8.1":
php = "81"
elif phpVersion == "PHP 8.2":
php = "82"
return php