phpcms怎么重新设置后台网址
2020-02-08 10:19:44
ADMIN
1、修改admin.php文件名,并修改跳转地址写上完整路径,具体修改如下:
<?php header('location:index.php?m=admin'); ?>登录后复制