This commit is contained in:
daitingting
2024-04-24 05:43:53 +00:00
parent 77e6744f1d
commit 3ad257eb53
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -388,7 +388,7 @@ class extension extends control
*/
public function safe(string $statusFile)
{
$statusFile = str_replace('\\', '/', $statusFile);
$statusFile = str_replace('\\', '/', helper::safe64Decode($statusFile));
$this->view->error = sprintf($this->lang->extension->noticeOkFile, $statusFile, $statusFile);
$this->view->title = $this->lang->extension->browse;
$this->display();