diff options
Diffstat (limited to 'upload.php')
-rw-r--r-- | upload.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/upload.php b/upload.php index a67c84902..68bfae66b 100644 --- a/upload.php +++ b/upload.php @@ -385,7 +385,6 @@ else $url = './category.php?cat='.$page['cat'].'&expand='.$_GET['expand']; $vtp->setGlobalVar( $handle, 'return_url', add_session_id( $url ) ); //----------------------------------------------------------- html code display -$code = $vtp->Display( $handle, 0 ); -echo $code; +$output.= $vtp->Display( $handle, 0 ); include('include/page_tail.php'); -?>
\ No newline at end of file +?> |