📄 index.php
字号:
<?phpinclude 'config.php';include 'include/mysql.class.php';include 'include/session.php';require 'include/template.php';include 'include/getconfig.php';$tpl = new Template;$config = new Config();$skin = $config->get_config('template');$_SESSION['skin'] = $skin;$tpl->display("$skin/index.tpl");?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -