# HG changeset patch # User Nicholas Jillings # Date 1484827919 0 # Node ID aa8d428fbb431aa6c0cb801d79f7ef8d4323b540 # Parent a5ec4089d99012bfb5d7197e2fec5a8fe13f989f CP Error diff -r a5ec4089d990 -r aa8d428fbb43 php/requestKey.php --- a/php/requestKey.php Thu Jan 19 12:11:20 2017 +0000 +++ b/php/requestKey.php Thu Jan 19 12:11:59 2017 +0000 @@ -70,6 +70,6 @@ // Add start time // Add IP Address information // Save the file -$newdoc->saveXML($filename); +$doc_struct->saveXML($filename); echo "OK".$key.""; ?>