auth.php
来自「phpcms2007很好的cms内容管理系统,操作方便」· PHP 代码 · 共 29 行
PHP
29 行
<?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 + =
减小字号Ctrl + -
显示快捷键?