?? show_config_errors.php
字號:
<?php/* $Id: show_config_errors.php 8776 2006-03-16 22:15:07Z nijel $ */// vim: expandtab sw=4 ts=4 sts=4:/* Simple wrapper just to enable error reporting and include config */echo "Starting to parse config file...\n";error_reporting(E_ALL);require('./config.inc.php');?>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -