isLoggedIn()) { header ("location: ../login.php"); exit(); } if(!$sec->isOpen()){ header("location: ../books/openshop.php"); exit(); } echo "
 Bike Library

     Sign in/out - Bike Number:  
To modify a library bike, please use the bikes panel.
"; $dbf->closeDBlink(); ?>