📄 config.php
字号:
<?
/*
*#########################################
* PHPCMS 文件管理器 v4.01
* Copyright (c) 2004-2006 phpcms.cn
* 作者:Longbill ( http://www.longbill.cn )
* 请保留版权信息
*#########################################
*/
include_once("info.php");
$welcome="欢迎光临"; //登陆成功后的提示信息
$wait="Loading..."; //Loading 信息
$usecookie = 0; //是否使用cookie保存登陆信息
$preload = 1; //客户端是否启用预下载(启用后,客户端速度加快,但服务器负担加重)
$jumpfiles=""; //需要服务端跳转的文件(暂时还不支持)
$hidefiles = array("~folderdata~.php"=>1); //默认隐藏的文件(暂时还不支持)
$max_time_limit=60; //页面执行最长时间(秒)
$charset="gb2312"; //默认编码
$imgmax=70; //图片最大宽或高
$cookieexp = 60; //客户端剪贴板过期时间
$v=401; //内部版本号
$sitewidth = 760; //网站整体宽度
$editfiles="php|asp|txt|jsp|inc|ini|pas|cpp|bas|in|out|htm|html|js|htc|css|c|sql|bat|vbs|cgi|dhtml|shtml|xml|xsl|aspx|tpl|";
//可用编辑器编辑的文件类型
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -