File size: 724B
<?php
Error_Reporting(E_ALL & ~E_NOTICE);
Error_Reporting (ERROR | WARNING);
extract($HTTP_GET_VARS);
extract($HTTP_POST_VARS);
extract($HTTP_COOKIE_VARS);
extract($HTTP_SERVER_VARS);
extract($HTTP_SESSION_VARS);
session_name("SESID");
session_start();
include "cfg.php";
print "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\"><html><head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"><title> $stitle </title>
<link rel=\"stylesheet\" type=\"text/css\" href=\"style.css\" />
<img src='/master/img/logo.png' alt='logo'/></a>
<META NAME='webmoney.attestation.label' CONTENT='webmoney attestation label#B5FE827A-BDD2-4DF5-90E2-CA75DBC9E833'>
</head><body>
";
?>