EventView.php
authorAlan Knowles <alan@roojs.com>
Tue, 9 Oct 2018 07:05:27 +0000 (15:05 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 9 Oct 2018 07:05:27 +0000 (15:05 +0800)
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/>';
         }