Mercurial > hg > webaudioevaluationtool
diff php/save.php @ 2755:19ec114ea8c6
Typo
author | Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
---|---|
date | Tue, 25 Apr 2017 12:09:38 +0100 |
parents | 8eb4de917ee6 |
children | 8a30d54bd4e2 a10cbbccc4f3 |
line wrap: on
line diff
--- a/php/save.php Tue Apr 25 12:08:53 2017 +0100 +++ b/php/save.php Tue Apr 25 12:09:38 2017 +0100 @@ -29,7 +29,7 @@ if (isset($_GET['saveFilenamePrefix'])) { $saveFilenamePrefix = $_GET['saveFilenamePrefix'].'-'; } else { - $saveFilenamePrefix = "save-" + $saveFilenamePrefix = "save-"; } $postText = file_get_contents('php://input'); $file_key = $_GET['key'];