📄 global.php
字号:
<?
if(!defined('MEC_DESIGN')) {
exit('Access Denied');
}
function output($ok=''){
global $starttime, $gzip;
$mtime = explode(' ', microtime());
$totaltime = number_format(($mtime[1] + $mtime[0] - $starttime), 6);
$link = '<A HREF="http://bbs.8ccn.com">Powered by bbs.8ccn.com</A> V 4.0 <br>Processed in '.$totaltime.' second(s)'.($gzip ? ', Gzip enabled' : NULL);
if(!$ok){
echo $link;
}else{
return $link;
}
}
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -