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:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user