* Code for file checkpriv bug.

This commit is contained in:
sunguangming
2022-08-18 08:47:49 +08:00
parent b175607c41
commit ef679444bd
+1
View File
@@ -130,6 +130,7 @@ class file extends control
if(!$this->file->checkPriv($file))
{
echo(js::alert($this->lang->file->accessDenied));
if(isonlybody()) return print(js::reload('parent.parent'));
return print(js::locate(helper::createLink('my', 'index')));
}