<?php
	date_default_timezone_set('Greenwich');
	$siteURL = 'https://'.$_SERVER['SERVER_NAME'];
	$connection = "localhost";
	$database = "frameeaz_eshop";
	$username = "frameeaz_eshop";
	$password = "g!@en*5eS&IN";

	$payPalEmail = 'basharatb@hotmail.com';
?>