19 lines
541 B
PHP
19 lines
541 B
PHP
<?php
|
|
/**
|
|
* We offer the best and most useful modules PrestaShop and modifications for your online store.
|
|
*
|
|
* We are experts and professionals in PrestaShop
|
|
*
|
|
* @author PresTeamShop.com <support@presteamshop.com>
|
|
* @copyright 2011-2017 PresTeamShop
|
|
* @license see file: LICENSE.txt
|
|
* @category PrestaShop
|
|
* @category Module
|
|
*/
|
|
|
|
require_once dirname(__FILE__).'/../../config/config.inc.php';
|
|
require_once dirname(__FILE__).'/../../init.php';
|
|
|
|
Configuration::deleteByName('OPC_DOMAIN');
|
|
Configuration::deleteByName('OPC_RM');
|