📄 log.php
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd"><html><head><title>amule log page</title><meta http-equiv="Content-Type" content="text/html; charset=utf8"><meta http-equiv="pragmas" content="no-cache"><?php if ( $_SESSION["auto_refresh"] > 0 ) { echo "<meta http-equiv=\"refresh\" content=\"", $_SESSION["auto_refresh"], '">'; }?><style type="text/css"><!--body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; background-color: #FFFFFF; font-size: small; font-family: Fixed; color: #000000;}--></style></head><body><code><pre><?php if ("srv" == $HTTP_GET_VARS['show'] || 1 == $HTTP_GET_VARS['rstsrv']) { echo amule_get_serverinfo($HTTP_GET_VARS['rstsrv']); }else { echo amule_get_log($HTTP_GET_VARS['rstlog']); }?></pre></code></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -