1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 01:25:01 +02:00

Moved core-image to e107_system/ and renamed to core_image.phar

This commit is contained in:
Cameron
2020-05-11 13:28:01 -07:00
parent 968701c842
commit e7a79edcd0
4 changed files with 3 additions and 19 deletions

View File

@@ -68,7 +68,7 @@ abstract class e_file_inspector implements e_file_inspector_interface
return realpath($path) ? realpath($path) : $path;
}, [
$appRoot . "e107_config.php",
$appRoot . e107::getFolder('admin') . "core_image.php",
$appRoot . e107::getFolder('system') . "core_image.phar",
]
);
$this->existingInsecureFiles = array_filter($this->insecureFiles, function ($path)