EventView.php
authorChris <chris@roojs.com>
Fri, 12 Oct 2012 10:59:11 +0000 (18:59 +0800)
committerChris <chris@roojs.com>
Fri, 12 Oct 2012 10:59:11 +0000 (18:59 +0800)
EventView.php

index 78a83dc..fa2d90f 100644 (file)
@@ -81,7 +81,7 @@ class Pman_Admin_EventView extends Pman
         // should be change to event dir
         $path = $ff->baseURL. "/Images/Thumb/150/{$ev->on_id}";
         foreach($filesJ->FILES as $f){
-            $ip = "/image/events/". $f->tmp_name;
+            $ip = $ff-baseURL."/image/events/". $f->tmp_name;
             //$img = getimagesize($ip);
 //            header("Content-type: image/jpeg");
             //readfile($ip);