X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=blobdiff_plain;f=EventView.php;h=bf0d1a4305043147216ab614df11b490634d89c0;hp=bb6794c8a408c3da5dea8679cf0b39cdc778d5a6;hb=HEAD;hpb=0b904be9bb47aa6dad192557e589442b684d1225 diff --git a/EventView.php b/EventView.php index bb6794c..bf0d1a4 100644 --- a/EventView.php +++ b/EventView.php @@ -14,8 +14,7 @@ class Pman_Admin_EventView extends Pman $this->jerrAuth(); } return true; - - + } function get($id, $opts = Array()) @@ -86,16 +85,17 @@ class Pman_Admin_EventView extends Pman echo "

JSON DECODE Data:

"; echo '
' . print_r($json, true) . '
'; } - + $filesJ = json_decode(file_get_contents($file)); if (!empty($filesJ->FILES )) { - $filesJ = json_decode(file_get_contents($file)); - echo '
Download files
'; + echo "

Download files:

"; }