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