热搜词
发表于 2021-12-2 17:50:49 | 显示全部楼层 |阅读模式
让极简云盘 Veno-File-Manager (VFM3)首页始终显示登录框的修改方法

打开 主目录/vfm-admin/class/class.gatekeeper.php 文件,编辑如下一段代码即可。

  1.        /**
  2.          * Show login box
  3.          *
  4.          * @return true/false
  5.          */
  6.         public static function showLoginBox()
  7.         {
  8.             if (!GateKeeper::isUserLoggedIn()
  9.                 && count(SetUp::getUsers()) > 0
  10.             ) {
  11.                 return true;
  12.             }
  13.             return false;
  14.         }
复制代码


全部评论0
回复
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|手机版|小黑屋|管理员之家 ( 苏ICP备2023053177号-2 )

GMT+8, 2024-11-1 08:14 , Processed in 0.158228 second(s), 22 queries .

Powered by Discuz! X3.5

Cpoyright © 2001-2024 Discuz! Team