From 60ac76374820ecd1efa8235a82964ba521fa0215 Mon Sep 17 00:00:00 2001 From: Edward Date: Fri, 24 Jul 2015 18:00:13 +0800 Subject: [PATCH] EventView.php --- EventView.php | 1 + 1 file changed, 1 insertion(+) diff --git a/EventView.php b/EventView.php index caddbe4..cc47a5a 100644 --- a/EventView.php +++ b/EventView.php @@ -84,6 +84,7 @@ class Pman_Admin_EventView extends Pman if(json_last_error() == JSON_ERROR_NONE){ echo "

JSON DECODE Data:

"; + echo '
' . htmlspecialchars(print_r($json), true)) . '
'; } $filesJ = json_decode(file_get_contents($file)); -- 2.39.2