Uncomment header declaration for reverse proxies (#6142)

This commit is contained in:
pblasquez
2017-03-09 16:19:05 -08:00
committed by Neil Lathwood
parent 00a062c675
commit 5a5c96b118

View File

@@ -11,7 +11,7 @@
* option) any later version. Please see LICENSE.txt at the top level of
* the source code distribution for details.
*/
# header('Content-type: text/plain');
header('Content-type: text/plain');
$alert_id = $_POST['alert_id'];
if (!is_numeric($alert_id)) {