mirror of
https://github.com/acepanel/panel.git
synced 2026-02-06 13:37:13 +08:00
refactor: 移动服务到根目录
This commit is contained in:
13
internal/plugins/php74/php74.go
Normal file
13
internal/plugins/php74/php74.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package php74
|
||||
|
||||
var (
|
||||
Name = "PHP-7.4"
|
||||
Description = "PHP 是世界上最好的语言!"
|
||||
Slug = "php74"
|
||||
Version = "7.4.33"
|
||||
Requires = []string{}
|
||||
Excludes = []string{}
|
||||
Install = `bash /www/panel/scripts/php/install.sh 74`
|
||||
Uninstall = `bash /www/panel/scripts/php/uninstall.sh 74`
|
||||
Update = `bash /www/panel/scripts/php/install.sh 74`
|
||||
)
|
||||
Reference in New Issue
Block a user