/home/sharedstore/public_html/prestashop.sharedstore.ma
Edit: /home/sharedstore/public_html/prestashop.sharedstore.ma/init.php (1256B)
* @copyright Since 2007 PrestaShop SA and Contributors
* @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
*/
if (isset(Context::getContext()->controller)) {
$controller = Context::getContext()->controller;
} else {
$controller = new FrontController();
$controller->init();
}