2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-06 14:47:18 +08:00

refactor: 移动服务到根目录

This commit is contained in:
耗子
2023-12-14 02:09:33 +08:00
parent 0e4d593d6c
commit 1ed79a86b2
60 changed files with 100 additions and 98 deletions

View File

@@ -0,0 +1,13 @@
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`
)