mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-03-22 20:11:32 +01:00
bug fix for missing php
This commit is contained in:
@@ -569,6 +569,8 @@ class ACLManager:
|
||||
php = "80"
|
||||
elif phpVersion == "PHP 8.1":
|
||||
php = "81"
|
||||
elif phpVersion == "PHP 8.2":
|
||||
php = "82"
|
||||
|
||||
return php
|
||||
|
||||
|
||||
Reference in New Issue
Block a user