From 3814c445cbf674d0633183e0d54a22dc7622e6dc Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 9 Oct 2018 15:14:55 +0800 Subject: [PATCH] EventView.php --- EventView.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EventView.php b/EventView.php index bb6794c..a8d733f 100644 --- a/EventView.php +++ b/EventView.php @@ -86,9 +86,9 @@ class Pman_Admin_EventView extends Pman echo "

JSON DECODE Data:

"; echo '
' . print_r($json, true) . '
'; } - + $filesJ = json_decode(file_get_contents($file)); if (!empty($filesJ->FILES )) { - $filesJ = json_decode(file_get_contents($file)); + echo '
Download files
'; -- 2.39.2