diff options
Diffstat (limited to 'identification.php')
-rw-r--r-- | identification.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/identification.php b/identification.php index 5dc193c83..9c098abd1 100644 --- a/identification.php +++ b/identification.php @@ -111,7 +111,6 @@ if ( $conf['access'] == 'free' ) $vtp->closeSession( $handle, 'register' ); } //----------------------------------------------------------- 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 +?> |