diff save.php @ 746:c64529e5dee4

Save PHP script fix; analysis webpage WIP
author Brecht De Man <BrechtDeMan@users.noreply.github.com>
date Fri, 13 Nov 2015 17:59:39 +0000
parents 50c651d27330
children e40eb1c67933
line wrap: on
line diff
--- a/save.php	Thu Oct 15 22:19:29 2015 +0100
+++ b/save.php	Fri Nov 13 17:59:39 2015 +0000
@@ -1,5 +1,5 @@
 <?php
-	head('Access-Control-Allow-Origin: *');
+	header('Access-Control-Allow-Origin: *');
 	$postText = file_get_contents('php://input');
 	$datetime = date('ymdHis');
 	$xmlfile = "save".$datetime.".xml";