📄 index.php
字号:
<?php
include("../../class/connect.php");
include("../../class/config.php");
include("../../class/user.php");
//关闭
if($public_r[register_ok])
{echo"<script>alert('此功能已被管理员关闭,有问题请联系管理员');history.go(-1)</script>";exit();}
//转向注册
if(!empty($registerurl))
{
Header("Location:$registerurl");
exit();
}
if(!empty($changeregisterurl)&&!$_GET['groupid'])
{
Header("Location:$changeregisterurl");
exit();
}
include("register.php");
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -