📄 header.php
字号:
<?php
!function_exists('readover') && exit('Forbidden');
if(file_exists(R_P."data/style/$skin.php") && strpos($skin,'..')===false){
@include (R_P."data/style/$skin.php");
}else{
@include (R_P."data/style/wind.php");
}
$yeyestyle=='no' ? $i_table="bgcolor=$tablecolor" : $i_table='class=i_table';
$msgsound='';
if($groupid=='guest' && $db_regpopup=='1'){
$head_pop='head_pop';
} else{
unset($head_pop);
if($winddb['newpm']==1){
if($db_msgsound && $secondurl!='message.php'){
$msgsound="<bgsound src='$imgpath/$stylepath/msg/msg.wav' border='0'>";
}
}
}
if($db_union){
$db_union=explode("\t",stripslashes($db_union));
$db_hackdb=array_merge($db_hackdb,unserialize($db_union[0]));
}
@require (PrintEot('header'));
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -