EventView.php
authorEdward <edward@roojs.com>
Fri, 24 Jul 2015 09:51:12 +0000 (17:51 +0800)
committerEdward <edward@roojs.com>
Fri, 24 Jul 2015 09:51:12 +0000 (17:51 +0800)
EventView.php

index 4d5738f..7ca649f 100644 (file)
@@ -80,6 +80,10 @@ class Pman_Admin_EventView extends Pman
         
         echo '<BR/><PRE>'. htmlspecialchars($ev->remarks) . '</PRE>';
         
+        echo "<HR><H2>Posted Data:</H2>";
+        
+        
+        
         $filesJ = json_decode(file_get_contents($file));
         echo '<br /><PRE>Download files</PRE>';