register.php
来自「這個是會員網頁檔」· PHP 代码 · 共 16 行
PHP
16 行
<?require("include/config.php");require("include/function.php");require("include/clogin.php");require("themes/".$sysSetting['Theme'].".php");if($sysSetting['RegType']==0){ header("Location:".$sysSetting['Location']."/error.php?ErrID=108"); die();}$wkey = sysRandTxt(50);$date = date("Y-m-d");$smsg="";$msg="";if($sysUsrInfo['sLogin']=="true"){ $smsg=" - 徽
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?