2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 17:17:13 +08:00

feat: add phpmyadmin

This commit is contained in:
耗子
2023-07-22 18:01:16 +08:00
parent 903218dabb
commit cb5d9acf3f
7 changed files with 236 additions and 11 deletions

View File

@@ -19,12 +19,12 @@ limitations under the License.
HR="+----------------------------------------------------"
setupPath="/www"
phpmyadminPath="${setupPath}/wwwroot/phpmyadmin"
phpmyadminPath="${setupPath}/server/phpmyadmin"
rm -rf /www/server/vhost/phpmyadmin.conf
rm -rf ${setupPath}/server/vhost/phpmyadmin.conf
rm -rf ${phpmyadminPath}
panel deletePlugin phpmyadmin
systemctl reload openresty
echo -e "${HR}\phpMyAdmin uninstall completed.\n${HR}"
echo -e "${HR}\phpMyAdmin 卸载完成\n${HR}"