默认的文件管理路径

hotfix/远程访问多媒体中心
尹诚诚 8 years ago
parent 2f08c117b7
commit 8157f1e9d0

3
.gitignore vendored

@ -1,4 +1,5 @@
.svn/* .svn/*
*/logs/log* */logs/log*
/web.config /web.config
/kcfinder/upload/ /kcfinder/upload/
/kcfinder/cache/

@ -1,5 +1,4 @@
<?php <?php
/** This file is part of KCFinder project /** This file is part of KCFinder project
* *
* @desc Base configuration file * @desc Base configuration file
@ -27,10 +26,10 @@ $_CONFIG = array(
'theme' => "default",//主题 'theme' => "default",//主题
'types' => array( 'types' => array(
'ah'=>array( 'default'=>'4sj4837Rjk37L',//默认站点,设置一个怎么也猜不到的后缀
'types'=>'*mime image/gif image/png image/jpeg' 'ah'=>'*mime image/gif image/png image/jpeg', //这个名称就是目录名,每个站点不同
)
// (F)CKEditor types // (F)CKEditor types
// 'files' => "", // 'files' => "",
// 'flash' => "swf", // 'flash' => "swf",
@ -46,7 +45,7 @@ $_CONFIG = array(
// IMAGE SETTINGS // IMAGE SETTINGS
'imageDriversPriority' => "gmagick gd imagick", 'imageDriversPriority' => "gmagick gd imagick",
'jpegQuality' => 90, 'jpegQuality' => 80,
'thumbsDir' => ".thumbs", 'thumbsDir' => ".thumbs",
'maxImageWidth' => 0, 'maxImageWidth' => 0,

Loading…
Cancel
Save