From 9379368875977f73ce68ca561eb49da6f611681f Mon Sep 17 00:00:00 2001 From: Edward Date: Fri, 24 Jul 2015 17:51:12 +0800 Subject: [PATCH] EventView.php --- EventView.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/EventView.php b/EventView.php index 4d5738f..7ca649f 100644 --- a/EventView.php +++ b/EventView.php @@ -80,6 +80,10 @@ class Pman_Admin_EventView extends Pman echo '
'. htmlspecialchars($ev->remarks) . '
'; + echo "

Posted Data:

"; + + + $filesJ = json_decode(file_get_contents($file)); echo '
Download files
'; -- 2.39.2