You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix an issue where php version is rounded wrong (hestiacp#2340)
* Fix an issue where php version is rounded wrong
php -r "echo (float)phpversion();" return 8 instead 8.0 causing issue with default.tpl template selection
* Fix typo in commannd
0 commit comments