You've already forked EasyImages2.0
mirror of
https://github.com/icret/EasyImages2.0.git
synced 2025-12-13 11:43:58 +08:00
v2.7.2
* 2023-02-05 v2.7.2 - 增加删除单条历史上传记录 - 增加 [web-indexr](https://github.com/rehiy/web-indexr) 文件管理, 正在实验中 - - 作为 [Tinyfilemanager](https://github.com/prasathmani/tinyfilemanager) 的替代品 更轻量化 简单化 - 修复开启登录上传后,上传者账号上传失败 [#87](https://github.com/icret/EasyImages2.0/issues/87#issue-1569794639) - 修复检测登录状态错误 - 优化排版和移动端显示
This commit is contained in:
@@ -11,7 +11,7 @@ require_once __DIR__ . '/../application/function.php';
|
||||
require_once APP_ROOT . '/config/config.php';
|
||||
|
||||
// 开启tinyfilemanager文件管理
|
||||
if (!$config['tinyfilemanager']) {
|
||||
if (!$config['file_manage']) {
|
||||
require_once APP_ROOT . '/application/header.php';
|
||||
echo '<h4 class="alert alert-danger">文件管理已关闭~~</h4>';
|
||||
header("refresh:3;url=" . $config['domain'] . '?manag-closed');
|
||||
|
||||
Reference in New Issue
Block a user