2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 16:10:59 +08:00
Files
panel/internal/plugins/php83/php83.go
2023-12-14 02:09:33 +08:00

14 lines
377 B
Go

package php83
var (
Name = "PHP-8.3"
Description = "PHP 是世界上最好的语言!"
Slug = "php83"
Version = "8.3.0"
Requires = []string{}
Excludes = []string{}
Install = `bash /www/panel/scripts/php/install.sh 83`
Uninstall = `bash /www/panel/scripts/php/uninstall.sh 83`
Update = `bash /www/panel/scripts/php/install.sh 83`
)