PHP Classes

File: functions/global-loginincludes.php

Recommend this page to a friend!
  Classes of Hassan Ishfaq   Abdohoo Secure Login   functions/global-loginincludes.php   Download  
File: functions/global-loginincludes.php
Role: Auxiliary script
Content type: text/plain
Description: Global Include to use in various files
Class: Abdohoo Secure Login
Authenticate users with records in a MySQL table
Author: By
Last change:
Date: 14 years ago
Size: 331 bytes
 

Contents

Class file image Download
<?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;

?>