mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-10 07:16:15 +01:00
php 8.3 support
This commit is contained in:
@@ -573,10 +573,10 @@ class ACLManager:
|
||||
php = "81"
|
||||
elif phpVersion == "PHP 8.2":
|
||||
php = "82"
|
||||
elif phpVersion == "PHP 8.3":
|
||||
php = "83"
|
||||
elif phpVersion == "PHP 8.4":
|
||||
php = "84"
|
||||
elif phpVersion == "PHP 8.5":
|
||||
php = "85"
|
||||
|
||||
return php
|
||||
|
||||
|
||||
Reference in New Issue
Block a user