* Finish task #8228.

This commit is contained in:
tianshujie98
2020-11-04 10:36:36 +08:00
parent 770309794d
commit d3356b1675
+3
View File
@@ -26,6 +26,9 @@ class extension extends control
$statusFile = $this->loadModel('common')->checkSafeFile();
if($statusFile)
{
$this->view->title = $this->lang->extension->browse;
$this->view->position[] = $this->lang->extension->browse;
$this->view->error = sprintf($this->lang->extension->noticeOkFile, str_replace('\\', '/', $statusFile));
die($this->display('extension', 'safe'));
}