From: Alan Knowles Date: Tue, 9 Oct 2018 07:14:55 +0000 (+0800) Subject: EventView.php X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=3814c445cbf674d0633183e0d54a22dc7622e6dc EventView.php --- 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
';