| 
<?php// sEcure Login ---- library by abdohoo.com
 if (! isset ( $_SESSION )) {
 session_start ();
 }
 
 include ("functions/login-var.php");
 include ("functions/dojo-form.php");
 include ("functions/login-error.php");
 include ("functions/login_Brain.php");
 
 $objechecklogin = new login_Brain;
 $objdisplayerror = new display_error;
 
 ?>
 
 |