<?php

/**
 * Copyright © OXID eSales AG. All rights reserved.
 * See LICENSE file for license details.
 */
// hallo welt
require_once dirname(__FILE__) . "/bootstrap.php";

error_reporting(E_ALL & ~E_DEPRECATED);
ini_set('display_errors', '0');

/**
 * Redirect to Setup, if shop is not configured
 */
redirectIfShopNotConfigured();

//Starts the shop
OxidEsales\EshopCommunity\Core\Oxid::run();
