HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/promic.komma.pro/wwwroot/english/kms/bedankt_wachtwoord.php
<?php 
session_start();
header("Content-Type: text/html; charset=UTF-8");
$verzenden_geslaagd = $_SESSION['geslaagd'];
$aanhef = $_SESSION['aanhef'];
$achternaam = $_SESSION['achternaam'];
$emailadres = $_SESSION['emailadres'];
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Forgot your password?</title>
<link href="myKMS.css" rel="stylesheet" type="text/css" />
</head>

<body bgcolor="#FFFFFF" class="style1">
<center><div id="logo"><p><br /><a href="http://www.promic.nl" target="_blank"><img src="promic_logo.jpg" alt="Promic B.V." width="250" height="80" border="0"/></a></p></div></center>
<div id="vlakvlak"><div id="vlak"><div id="vlak2">
<p class="style1" align="center">
<?php 
print("<strong>Dear ". $aanhef." ". $achternaam.",</strong><br><br>");
if ($verzenden_geslaagd == "goed"){
	print("<br>An email containing your user name and password will be send to you. Your personal account information has been send to $emailadres.");
		print("<br><br> With kind regards,");
		print("<br>Promic B.V.");
}else{ 
	print("Apparently, some failures occurred during registration. Unfortunately, it is not possible to send data at this moment. <br>Please try again. If these problems appear more often, please contact us by email at <a href=\"mailto:info@promic.nl\">info@promic.nl</a>.
		  <br>Please accept our apologies for any inconvenience.");
}
print("<br><br>Return to website by closing this window.");
?>
</p>
</div></div></div>
</body>
</html>