📄 trailer.php
字号:
<?php
/*
* (c) 2005 peter.schaefer@gmail.com
* This file is supposed to do final actions, like appending debug output to the page
*/
global $lang;
if(@$GLOBALS['debugmsgs']){
echo "<hr>\n";
defined('DEBUG') and DEBUG and $character and $GLOBALS['debugmsgs'][]= "Location: $character->location";
print_msgs($GLOBALS['debugmsgs'],'',"<br>\n");
}
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -