EventView.php
authorChris <chris@roojs.com>
Fri, 12 Oct 2012 08:21:28 +0000 (16:21 +0800)
committerChris <chris@roojs.com>
Fri, 12 Oct 2012 08:21:28 +0000 (16:21 +0800)
EventView.php

index 8d665bf..9858a5a 100644 (file)
@@ -75,8 +75,9 @@ class Pman_Admin_EventView extends Pman
         
         echo '<BR/><PRE>'. htmlspecialchars($ev->remarks) . '</PRE>';
         
+        $filesJ = json_decode(file_get_contents($file));
         echo '<br /><PRE>Images Preview</PRE>';
-        
+        print_r($filesJ);
         
         
         exit;