mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-02-28 09:20:43 +01: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