Skip to content

Commit

Permalink
bug fix for missing php
Browse files Browse the repository at this point in the history
  • Loading branch information
usmannasir committed Dec 26, 2023
1 parent 971289b commit 8e97f4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plogical/acl.py
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,8 @@ def getPHPString(phpVersion):
php = "80"
elif phpVersion == "PHP 8.1":
php = "81"
elif phpVersion == "PHP 8.2":
php = "82"

return php

Expand Down

0 comments on commit 8e97f4f

Please sign in to comment.