From: Edward Date: Fri, 24 Jul 2015 09:59:13 +0000 (+0800) Subject: EventView.php X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=0ad71c186d0ef914c0877647bb025d03e012a8b2 EventView.php --- diff --git a/EventView.php b/EventView.php index 0a1259d..b83e161 100644 --- a/EventView.php +++ b/EventView.php @@ -80,6 +80,10 @@ class Pman_Admin_EventView extends Pman echo '
'. htmlspecialchars($ev->remarks) . '
'; + $json = json_decode($ev->remarks); + + + $filesJ = json_decode(file_get_contents($file)); echo '
Download files
';