📄 auth.php
字号:
<?php require './include/common.inc.php';if(isset($auth)){ $type=1; $code = $auth;}else if(isset($drawback)){ $type=2; $code = $drawback;}else{ showmessage($LANG['illegal_parameters'],"goback");}$authkey = $PHPCMS['authkey'] ? $PHPCMS['authkey'] : 'PHPCMS';$code = phpcms_auth($code, 'DECODE', $authkey);$email_time = explode('|',$code);if(count($email_time)!=2) showmessage($LANG['illegal_parameters'],"goback");else { $email = $email_time[0]; $time = $email_time[1]; if(comparetime($time)) showmessage($LANG['out_of_30_days'],"goback"); else { if($type == 1) //婵
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -