bug fix for missing php
This commit is contained in:
parent
971289ba2d
commit
8e97f4f61d
|
|
@ -569,6 +569,8 @@ class ACLManager:
|
|||
php = "80"
|
||||
elif phpVersion == "PHP 8.1":
|
||||
php = "81"
|
||||
elif phpVersion == "PHP 8.2":
|
||||
php = "82"
|
||||
|
||||
return php
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue