Added infopage from procurement notification letter, but don't know from where to link to it yet.

svn path=/trunk/; revision=24428
This commit is contained in:
otto 2012-09-22 13:26:30 +00:00
parent f401d8f802
commit 99c201b1d5
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -6,6 +6,7 @@ ERROR_REPORTING( E_ALL) ;
// allow XMLHttpRequest from any domain
header("Access-Control-Allow-Origin: *");
header('Content-Type: text/html; charset="utf-8"');
if ($_POST['email'] == '' || $_POST['country_code'] == '') {
die("Required post data missing (e-mail and country). This page should only be accessed via the sign up form.");