ckfinder php 2.6.2 settings view, display, sorting doesn't working

前端 未结 2 1742
感情败类
感情败类 2020-12-22 02:46

the example

Functions are not working. someone with the same problem? any suggestion? thanks

2条回答
  •  情话喂你
    2020-12-22 03:34

    Open the file ckfinder.js and edit this line:

    {document.cookie=l+'='+m+(!n?'; expires=Thu, 6 Oct 2016 01:00:00 UTC; path=/':'');}
    

    to:

    {document.cookie=l+'='+m+(!n?'; expires=Thu, 6 Oct 2038 01:00:00 UTC; path=/':'');}
    

提交回复
热议问题