add empik module
This commit is contained in:
11
modules/empikmarketplace/config/admin/index.php
Normal file
11
modules/empikmarketplace/config/admin/index.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
|
||||
header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT');
|
||||
|
||||
header('Cache-Control: no-store, no-cache, must-revalidate');
|
||||
header('Cache-Control: post-check=0, pre-check=0', false);
|
||||
header('Pragma: no-cache');
|
||||
|
||||
header('Location: ../');
|
||||
exit;
|
||||
13
modules/empikmarketplace/config/admin/services.yml
Normal file
13
modules/empikmarketplace/config/admin/services.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
imports:
|
||||
- { resource: ../common.yml }
|
||||
|
||||
services:
|
||||
empik.marketplace.install.installer:
|
||||
class: Empik\Marketplace\Install\Installer
|
||||
public: true
|
||||
arguments:
|
||||
- "@empik.marketplace.prestaShopContext"
|
||||
|
||||
empik.marketplace.install.uninstaller:
|
||||
class: Empik\Marketplace\Install\Uninstaller
|
||||
public: true
|
||||
Reference in New Issue
Block a user