Fix for XSS bug

Pointed at the correct branch this time.
This commit is contained in:
Rory M
2016-04-22 12:34:41 +01:00
parent 861be94589
commit 87ddd4cbc7

View File

@@ -48,5 +48,5 @@
}
echo json_encode($data);
echo htmlspecialchars(json_encode($data));
?>