config.inc
来自「完美的在线教育系统」· INC 代码 · 共 22 行
INC
22 行
<?php// maximal page number to view$MAX_NP=1;// maximum results per page$MAX_PS=1000;// (optional) Enable autowild feature for url limits// 'yes' - default value, can be 'yes' or 'no'// $auto_wild='yes';// (optional) Enable language content negotiation// 'no' - default value, can be 'yes' or 'no'// $lang_content_negotiation='no';// (optional) Enable language url translation (file.en.ext -> file)// 'no' - default value, can be 'yes' or 'no'// $lang_url_translation='no';?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?