<?php
/********************

   Engsoc PHP Registry

 Copyright 2000 Philip Steinke and Kevin Everets
 Licensed under the GNU General Public License

********************/ 
include ('includes/header.inc.php');
disp_header("Registry Results - Details");
if (!
check_auth()) {
    
disp_not_logged_in();
}
disp_navbar();
include (
'includes/dbform.inc.php');

if (isset(
$shandle)) {
  
show_dbinfo($shandle);
} else {
  echo 
"Dave... there seems to be a problem, Dave. \n";
}

?>

<?php include ('includes/footer.inc.php'?>