From: Edward Date: Fri, 24 Jul 2015 09:51:12 +0000 (+0800) Subject: EventView.php X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=9379368875977f73ce68ca561eb49da6f611681f EventView.php --- 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
';