EventView.php
[Pman.Admin] / EventView.php
index 8c636f9..ac0deed 100644 (file)
@@ -87,7 +87,7 @@ class Pman_Admin_EventView extends Pman
         
         foreach($filesJ->FILES as $k=>$f){
             $ip = $this->baseURL."/Images/events/". $ev->id . '/'. $f->tmp_name;
-            echo '<a href="'.$ip.'/download">' . htmlspecialchars( $k . ' - ' . $f->name ) . '</a><br/>';
+            echo '<a target="_new" href="'.$ip.'/download">' . htmlspecialchars( $k . ' - ' . $f->name ) . '</a><br/>';
         }