* adjust for task #42832.

This commit is contained in:
王怡栋
2021-09-26 12:11:44 +08:00
parent 0d4c2da922
commit e9044ca0c9
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ class file extends control
}
else
{
die($this->lang->file->fileNotFound);
die("<html><head><meta charset='utf-8'></head><body>{$this->lang->file->fileNotFound}</body></html>");
}
}