轻量级开源内容管理系统:星怀蓝梦个人网站

电脑常识

当前位置:首页 > 电脑常识

升级数据删除及后台网址受限修改办法

星怀蓝梦删除update.class.php这个文件不影响系统稳定性需要从index.class.php这个文件中修改数据,删除lys_base::load_common('lib/update'.EXT, SYS_ADMIN);if(iss...

星怀蓝梦删除升级文件update.class.php,不影响系统稳定性需要从index.class.php这个文件中修改数据,删除下面数据即可

        /*
        lys_base::load_common('lib/update'.EXT, SYS_ADMIN);
        if(!class_exists('update')) showmsg('缺少必要的系统文件,请联系YzmCMS官方!', 'stop');
        if(isset($_GET['up']))
        {
            update::check();
        }
        */

还有就是网址限制性语句,从index.class.php这个文件中删除或者修改下面的内容即可

        /*
        if(!strpos($html, 'LysCMS') || !strpos($html, 'www.llhy.xyz'))
        {
            $this->_force_logout();
        }
        */

        if(!strpos($html, '铃兰花语') || !strpos($html, 'www.llhy.xyz'))
        {
            $this->_force_logout();
        }



相关内容

文章评论

表情

共 0 条评论,查看全部
  • 这篇文章还没有收到评论,赶紧来抢沙发吧~

评论排行榜

热门标签

0.0306s