comparison save.php @ 2128:098aaf69bdbe

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 d071acc7160e
children 310b4640b93d
comparison
equal deleted inserted replaced
2127:ff9269342c1e 2128:098aaf69bdbe
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);