1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +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

@@ -252,7 +252,7 @@ class e107Build
$this->createCoreImage(); // Create Image
}
$this->copyCoreImage($this->exportDir . "e107_admin/core_image.php");
$this->copyCoreImage($this->exportDir . "e107_system/core_image.phar");
if (isset($rel['readme']))
{