From: Alan Knowles Date: Mon, 21 Jan 2013 04:10:24 +0000 (+0800) Subject: JsonToExcel.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=4bd6a156131066a3670f73e7efaacb4edca298cd JsonToExcel.php --- diff --git a/JsonToExcel.php b/JsonToExcel.php index 8539973e..9a76fe36 100644 --- a/JsonToExcel.php +++ b/JsonToExcel.php @@ -37,7 +37,7 @@ class Pman_Core_JsonToExcel extends Pman $ml = (int) ini_get('suhosin.post.max_value_length'); if (empty($_POST['_json'])) { header("HTTP/1.0 400 Internal Server Error"); - die( $ml ? "Suhosin Patch enabled - try and disable it!!!" : 'no XML sent'); + die( $ml ? "Suhosin Patch enabled - try and disable it!!!" : 'no JSON sent'); } if (empty($_POST['xml'])) {