Mercurial > hg > webaudioevaluationtool
diff save.php @ 534:a95d323a911e giulio-working
The version I use and works, addresses issues #1622, #1616, partially #1620
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Mon, 22 Feb 2016 04:17:19 +0000 |
parents | 9823ee8c823e |
children | 4cc5bc731a3d |
line wrap: on
line diff
--- a/save.php Sun Feb 21 03:35:27 2016 +0000 +++ b/save.php Mon Feb 22 04:17:19 2016 +0000 @@ -1,6 +1,7 @@ <?php header('Access-Control-Allow-Origin: *'); header("Content-type: text/xml"); + error_reporting(0); $postText = file_get_contents('php://input'); $sha1_hash = sha1($postText); $datetime = date('ymdHis');