mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-06-18 18:31:09 +02:00
minor bug fix with php 8.2
This commit is contained in:
@@ -568,6 +568,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