帝国cms增加一个注册说明
来源:网络分享
编辑:引流技巧
时间:2026-05-10

看看这是不是你想要的(./register/index.php):
include("../class/connect.php");
include("../data/cache/public.php");
include("../class/user.php");
if($public_r[openregister])
{
echo"";
exit();
}
//转向注册
if(!empty($registerurl))
{
Header("Location:$registerurl");
exit();
}
$url="首页 > > 控制面板 > 注册会员";
@include("../data/template/cp_1.php");
?>
if($_POST['agree']==1)
{
?>
}
else
{
?>
}
?>
@include("../data/template/cp_2.php");
?>


相关文章:
相关推荐:
栏目分类

最新文章

热门文章


