HEX
Server: Apache
System: Linux v38079.2is.nl 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: democfellows (10015)
PHP: 8.1.34
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/creativefellows.nl/test.creativefellows.nl/mysteryrun/src/settings.php
<?php
	
	setlocale(LC_NUMERIC, 'en_GB');
	setlocale(LC_TIME, 'nl_NL');
	
	function d($str)
	{
		echo "<pre>";
		print_r($str);
		echo "</pre>";
	}
	
	return [
	    'settings' => [
			
			'determineRouteBeforeAppMiddleware' => true,
	        'displayErrorDetails' => true, // set to false in production
	        'addContentLengthHeader' => false, // Allow the web server to send the content-length header
			
			'upload_path' 		=> __DIR__ . '/../public/content/',
			'captcha_sitekey' 	=> '',
			'captcha_secretkey'	=> '',
			'base_url'			=> "http://test.creativefellows.nl/mysteryrun/",
			'site_url'			=> "http://test.creativefellows.nl/mysteryrun/",
			'email_logo'		=> "images/slachthuisterrein.png",
			'hash_salt'			=> "akz2TaXRfaZ4dAqEeugt",		
			'csrf_token'		=> md5(uniqid(mt_rand(), true)),
			
			'db' => [
				'host'	=> "localhost", 
				'user'	=> "mystery_user", // mystery_user
				'pass'	=> "By6^lq83", // 
				'dbname'=> "cassette3_mysteryrun"

			],
					
			'language' => [
				'lang_id'		=> 0,
				'language_base'	=> '',
				'locale'	 	=> "nl_NL",
				'region'	 	=> "NL",
			],
			
			'shop_delivery' 		=> 0,
			'items_per_page'		=> 10,
			'global_tax'			=> 21,
			'mollieIsLive'			=> false,
			'mollie_api_keys'		=> [
				"test" => "test_hsHDHQRaatjMnBhrszGhBKdpV4DgMg",
				"live" => "live_FFTxVcu4CTt9A5TqR3JAWKmq5sG75x"
			],
			
			'default_wrapper'		=> '<div id="{element-id}" class="row-default {element-class}" style="{style}" {data-attributes}>{section_htmlwrapper}</div>',
			'group_wrapper'			=> '<div id="{element-id}" class="row-default {element-class}" style="{style}" {data-attributes}>{section_htmlwrapper}</div>',
			'nested_wrapper'		=> '<div id="{element-id}" class="row-default {element-class}" style="{style}" {data-attributes}>{section_htmlwrapper}</div>',
			
			'defaultHomeSection'	=> "home",
			'navigationToggler'		=> '<span class="toggle-menu" data-responsive-toggle="responsive-menu" data-hide-for="large"><button class="toggle-navigation" type="button" data-toggle="responsive-menu"><span></span><span></span><span></span><span></span></button></span>',

			'labels' => [
				'cookie_text'			=> "Deze website gebruikt cookies om de gebruikerservaring te kunnen verbeteren. Door gebruik te maken van deze website gaat u hiermee akkoord.",
				'cookie_link'			=> 'Contact/cookies',
				'cookie_button_more'	=> 'Meer Informatie',
				'cookie_button_accept'	=> 'Accepteren',
				'accept_label'			=> 'Accepteren',
				'more_information'		=> 'Lees meer',
				'question' 				=> 'Questions?',
				'search_header'			=> 'Search Results',
				'search_button'			=> 'Search',
				'search_placeholder'	=> "Search within the website",
				'search_no_result'		=> "Sorry no results were found.",
				'mandatory_field'		=> "Verplicht",
				'error_404_header'		=> "Page not found (404)",
				'error_404_desc'		=> "The page you were looking for could not be found.",
				'error_404_img'			=> '<img src="images/404.png" alt="" %s />',
				'footer_copy'			=> "© ". date("Y"). " %s",
				'phone_countrycode'		=> "+31"
			],
			
	        'renderer' => [
	            'template_path' => __DIR__ . '/../views/',
	        ],
			
	        'logger' => [
	            'name' => 'slim-app',
	            'path' => __DIR__ . '/../logs/'.date('Y-m-d').'.log',
	            'level' => \Monolog\Logger::DEBUG,
			],
			
			'order_fields' 			=> [
			
				['name' => 'Uw gegevens','type' => 'tussenkop', 'desc' => '','options' => null, 'required' => 0],
				['name' => 'Aanhef','type' => 'radio','desc' => '','options' => array(0 => "De heer", 1=> "Mevrouw"),'required' => 1,"clear" => true],				
				['name' => 'Voornaam','type' => 'input','desc' => '','options' => null,'required'=> 1],
				['name' => 'Achternaam','type' => 'input','desc' => '','options' => null,'required'=> 1],
				['name' => 'E-mail','type' => 'input','desc' => '','options' => null,'required'=> 1],
				['name' => 'Telefoon','type' => 'input','desc' => '','options' => null,'required'=> 1],
				['name' => 'Woonplaats','type' => 'input','desc' => '','options' => null,'required' => 1],
				['name' => 'Betaalmethode','type' => 'hidden','desc' => '','options' => null,'required' => 0,'value' => 0],
				//['name' => 'Betaalmethode','type' => 'radio','desc' => '','options' => array(0 => "Ideal",1 => "Overboeking"),'required' => 1]
					
			],
			
			'logo_svg_data'		=> '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 86"><defs><style>.c{fill:#052747}.d{fill:#ff6200}</style><clipPath id="a"><path fill="none" d="M0 0h300v85.75H0z"/></clipPath></defs><g clip-path="url(#a)"><path class="c" d="M187.58 85l4.22-15q1.48-5.22 2.8-10.28l.1-.06c1.33 3.17 2.76 6.39 4.19 9.61l7 15.69h7.64l10.6-37.6h-8L212 62.37q-1.48 5.22-2.79 10.29h-.11c-1.33-3.17-2.76-6.39-4.19-9.61l-7-15.68h-7.64L179.63 85zm-3.73-37.6h-7.95l-5.64 20c-1 3.64-2 6.08-3.68 7.84a9.17 9.17 0 0 1-7.05 2.86c-4.73 0-6.64-2.49-6.19-6.85a29.79 29.79 0 0 1 .93-4.37l5.48-19.52h-8.26L146 66.89a36.53 36.53 0 0 0-1.19 5.87c-.85 8.1 4.62 12.83 13.09 12.83a19.59 19.59 0 0 0 13.92-5.46c2.72-2.7 4.54-6.18 6.28-12.36zM122.59 64l2.64-9.35h3.59c2.23 0 3.7.37 4.66 1.1A3.21 3.21 0 0 1 134.7 59a5 5 0 0 1-2 3.58 8.3 8.3 0 0 1-5.28 1.42zm-14.16 21h8.26l4.21-14.86h3.69L129.42 85h9.29l-5.82-15.74a15.08 15.08 0 0 0 6.82-4.15 13.67 13.67 0 0 0 3.45-7.59 8.18 8.18 0 0 0-3-7.63c-2.31-1.77-5.61-2.49-10.18-2.49H119zM211.37 38.17h8.25l4.81-17L244.19.57h-9.55L229 6.6c-2.34 2.54-4.69 5.08-7 7.63h-.11c-.87-2.6-1.67-4.83-2.56-7.22l-2.4-6.44h-9.19l8.37 20.67zm-26.15-21l2.65-9.35h3.58c2.23 0 3.7.36 4.66 1.09a3.2 3.2 0 0 1 1.22 3.22 5 5 0 0 1-2 3.58 8.35 8.35 0 0 1-5.3 1.46zm-14.15 21h8.26l4.2-14.85h3.69l4.83 14.85h9.29l-5.82-15.73a15 15 0 0 0 6.82-4.16 13.57 13.57 0 0 0 3.45-7.58 8.14 8.14 0 0 0-3-7.64C200.44 1.3 197.14.57 192.57.57h-10.9zm-28.57 0h23.32l2.06-7.17h-15.06l2.5-8.93h12.36l1.91-6.86h-12.36l2.07-7.37h14.55L175.9.57h-22.8zm-24.82 0h8.26l8.54-30.38h12l2.05-7.22h-32.25l-2 7.22h12zM79.53 35a22.4 22.4 0 0 0 12.23 3.74 16.93 16.93 0 0 0 10-3.06 13.12 13.12 0 0 0 5.27-9.14c.58-5.46-2.72-7.74-7.35-10.13-3.69-1.92-6.24-2.8-6-5.35a4.28 4.28 0 0 1 1.77-3 6.11 6.11 0 0 1 3.37-.88c3.27 0 7.33 1.92 10.25 4.26l2.31-8.16A20.79 20.79 0 0 0 100.3 0a16.37 16.37 0 0 0-8.94 2.49 13.25 13.25 0 0 0-6.1 9.61c-.55 5.3 2.73 7.63 7 9.87 3.79 2 6.66 2.91 6.37 5.66a4.24 4.24 0 0 1-1.77 3 5.93 5.93 0 0 1-3.64 1c-4 0-8.52-2.44-11.24-5.2zm-24.9 3.17h8.26l4.8-17L87.46.57H77.9l-5.61 6c-2.35 2.54-4.69 5.08-7 7.63h-.1c-.87-2.6-1.67-4.83-2.57-7.22L60.2.57H51l8.37 20.67zM0 38.17h8l4.31-15.32c.91-3.27 1.76-6.44 2.56-9.56h.1c1 2.76 2.2 5.82 3.27 8.47l2.92 7.32 7.39-7.63q3.93-4.05 7.71-8.1h.1c-1 3.11-1.92 6.49-2.84 9.76l-4.28 15.06h8.26L48.1.57h-8.21L24.57 16.41 18.13.57H10.6z"/><path class="d" d="M294.52 7.08c-4.63-4.45-11.78-6.4-21.6-6.4h-22.51l-2.62 9.91 10.9-.08h12.22c7.2 0 11.55 1.26 14.41 3.77 2.78 2.17 4 5.37 3.63 9.48a15.1 15.1 0 0 1-5.37 10.4c-4.08 3.54-9.34 4.92-15.85 4.92h-27.46l-7.2 27.27a11.58 11.58 0 0 1 2.3-.22 12.29 12.29 0 0 1 7.87 2.84L248.78 48h14.86v.06c2.76-.09 7.9-.29 11.14-.7v-.05a31.86 31.86 0 0 0 15.55-6.62 27.48 27.48 0 0 0 9.58-18.17 18.8 18.8 0 0 0-5.39-15.43M235.37 85.75a7.38 7.38 0 1 0-7.37-7.38 7.37 7.37 0 0 0 7.37 7.38"/><path class="d" d="M272.78 26.91c0 2.73 1.16 4.38 3.4 4.38 1.9 0 3.08-1.21 3.87-2.92a15.22 15.22 0 0 0 1.23-5.82c0-2.73-1.16-4.38-3.39-4.38-1.9 0-3.08 1.21-3.88 2.92a15.45 15.45 0 0 0-1.23 5.82m1.08-.12a14.2 14.2 0 0 1 1.14-5.31c.61-1.38 1.49-2.31 2.88-2.31 1.71 0 2.36 1.44 2.36 3.5A14.45 14.45 0 0 1 279.1 28c-.62 1.37-1.5 2.3-2.89 2.3-1.7 0-2.35-1.44-2.35-3.5M262 31.06h8l.18-1h-5.76l3.62-3.48c1.87-1.8 3.13-3.35 3.13-5.23 0-2.2-1.67-3.2-3.53-3.2a5.48 5.48 0 0 0-2.71.72l-.21 1.2a5.26 5.26 0 0 1 2.86-.92 2.22 2.22 0 0 1 2.52 2.24c0 1.67-1.34 3.13-2.94 4.68zm-8.6-4.15c0 2.73 1.16 4.38 3.39 4.38 1.9 0 3.08-1.21 3.87-2.92a15.24 15.24 0 0 0 1.24-5.82c0-2.73-1.17-4.38-3.4-4.38-1.9 0-3.08 1.21-3.87 2.92a15.26 15.26 0 0 0-1.23 5.82m1.07-.12a14.4 14.4 0 0 1 1.11-5.31c.61-1.38 1.49-2.31 2.88-2.31 1.71 0 2.36 1.44 2.36 3.5a14.45 14.45 0 0 1-1.13 5.33c-.61 1.37-1.49 2.3-2.88 2.3-1.71 0-2.36-1.44-2.36-3.5m-11.88 4.27h8l.17-1H245l3.62-3.48c1.87-1.8 3.14-3.35 3.14-5.23 0-2.2-1.67-3.2-3.54-3.2a5.51 5.51 0 0 0-2.71.72l-.21 1.2a5.29 5.29 0 0 1 2.87-.92 2.22 2.22 0 0 1 2.51 2.24c0 1.67-1.33 3.13-2.93 4.68z"/></g></svg>',
									
					
	    ]
		

	];
	

	
	
	
?>