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