📄 forumpw.php
字号:
<?php
!function_exists('readover') && exit('Forbidden');
global $wind_action,$wind_password;
if(!$wind_action){
global $printmsgpwd,$tplpath;
$tplpath='wind';
include PrintEot('forumpwd');
Showmsg('forumpw_needpwd');
} else{
if($forum['password']==md5($wind_password) && $groupid!='guest'){
/**
* 不同版块不同密码
*/
Cookie("pwdcheck$fid",$forum['password']);
} elseif($groupid=='guest'){
Showmsg('forumpw_guest');
} else{
Showmsg('forumpw_pwd_error');
}
}
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -