Mercurial > hg > webaudioevaluationtool
comparison save.php @ 1861:2334ab797100
Bug #1620: Defaults to Europe/London timezone.
author | Nicholas Jillings <nickjillings@users.noreply.github.com> |
---|---|
date | Tue, 23 Feb 2016 16:57:06 +0000 |
parents | 96b83aa64be3 |
children | 310b4640b93d |
comparison
equal
deleted
inserted
replaced
1860:460a3811b1af | 1861:2334ab797100 |
---|---|
1 <?php | 1 <?php |
2 date_default_timezone_set("Europe/London"); | |
2 header('Access-Control-Allow-Origin: *'); | 3 header('Access-Control-Allow-Origin: *'); |
3 header("Content-type: text/xml"); | 4 header("Content-type: text/xml"); |
4 error_reporting(0); | 5 error_reporting(0); |
5 $postText = file_get_contents('php://input'); | 6 $postText = file_get_contents('php://input'); |
6 $sha1_hash = sha1($postText); | 7 $sha1_hash = sha1($postText); |