bug fix for missing php

This commit is contained in:
usmannasir 2023-12-26 13:13:26 +05:00
parent 971289ba2d
commit 8e97f4f61d
1 changed files with 2 additions and 0 deletions

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