1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

e_file_inspector: No longer conflate insecure files and cached old files

Related ticket: https://github.com/e107inc/e107/issues/4312
This commit is contained in:
Nick Liu
2021-01-02 01:07:10 +01:00
parent 5438da3764
commit 2eebd4f0ca
2 changed files with 24 additions and 16 deletions

View File

@@ -139,7 +139,7 @@ class admin_start
// Files that can cause comflicts and problems.
$fileInspector = e107::getFileInspector();
$this->deprecated = $fileInspector->insecureFiles;
$this->deprecated = $fileInspector::getCachedDeprecatedFiles();
$this->checkCoreVersion();