aboutsummaryrefslogtreecommitdiffstats
path: root/identification.php
diff options
context:
space:
mode:
Diffstat (limited to 'identification.php')
-rw-r--r--identification.php5
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
+?>