首页 服务 产品 文档 关于

ckfinder The file browser is disabled for security reasons.

文件浏览器需要权限管理。

打开ckfinder/config.php

把false改成true,保存。

$config['authentication'] = function () { return true;
};