* Moritz Scholz * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * _______ _________ _______ _______ _______ _______ * ( ___ )|\ /|\__ __/( ___ )( ___ )( ____ \( ____ ) * | ( ) || ) ( | ) ( | ( ) || ( ) || ( \/| ( )| * | | | || | | | | | | | | || | | || (__ | (____)| * | | | || | | | | | | | | || | | || __) | __) * | | /\| || | | | | | | | /\| || | /\| || ( | (\ ( * | (_\ \ || (___) |___) (___| (_\ \ || (_\ \ || (____/\| ) \ \__ * (____\/_)(_______)\_______/(____\/_)(____\/_)(_______/|/ \__/ * * Generated File via QUIQQER * Date: 2023-08-07 12:49:39 */ // maintenance mode $maintenanceFile = dirname(__FILE__).'/maintenance.html'; $ignoreMaintenance = !empty($_REQUEST['systemId']) && $_REQUEST['systemId'] === '7b7cced2-5af6-11eb-8771-6a31dc7c3e49' && !empty($_REQUEST['ignoreMaintenance']); if (!$ignoreMaintenance && file_exists($maintenanceFile)) { http_response_code(503); header('x-powered-by:'); header('Retry-After:10'); echo file_get_contents($maintenanceFile); exit; } define('QUIQQER_SYSTEM',true); require dirname(__FILE__) .'/bootstrap.php'; require '/var/www/vhosts/bow-modellhandel.de/httpdocs/packages/quiqqer/quiqqer/index.php';