changeset 2512:0217c4781e5e

Minor
author Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk>
date Mon, 24 Oct 2016 10:48:00 +0100
parents 177cbd750610
children 4cbd314e5d9f
files php/requestKey.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/php/requestKey.php	Mon Oct 24 10:45:11 2016 +0100
+++ b/php/requestKey.php	Mon Oct 24 10:48:00 2016 +0100
@@ -41,7 +41,7 @@
     }
 }
 
-$filename = "saves/save-".$key.".xml"
+$filename = "saves/save-".$key.".xml";
 $fileHandle = fopen($filename, 'w');
 if ($fileHandle == FALSE) {
     echo "<response><state>ERROR</state><key>".$key."</key></response>";