📄 config.php
字号:
<?php
global $Config;
$Config['Enabled'] = false;
$Config['UseFileType'] = false;
$Config['UserFilesPath'] = "/userfiles/";
$Config['UserFilesAbsolutePath'] = "";
$Config['ForceSingleExtension'] = true;
$Config['AllowedExtensions']['File'] = array( );
$Config['DeniedExtensions']['File'] = array( "html", "htm", "php", "php2", "php3", "php4", "php5", "phtml", "pwml", "inc", "asp", "aspx", "ascx", "jsp", "cfm", "cfc", "pl", "bat", "exe", "com", "dll", "vbs", "js", "reg", "cgi", "htaccess", "asis", "sh", "shtml", "shtm", "phtm" );
$Config['AllowedExtensions']['Image'] = array( "jpg", "gif", "jpeg", "png" );
$Config['DeniedExtensions']['Image'] = array( );
$Config['AllowedExtensions']['Flash'] = array( "swf", "fla" );
$Config['DeniedExtensions']['Flash'] = array( );
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -