PHP Classes

File: include/hhsecureobject.php

Recommend this page to a friend!
  Classes of Hermawan Haryanto   HHSecureObject   include/hhsecureobject.php   Download  
File: include/hhsecureobject.php
Role: Auxiliary script
Content type: text/plain
Description: Gatherer
Class: HHSecureObject
Authenticate users with accounts defined in arrays
Author: By
Last change:
Date: 18 years ago
Size: 179 bytes
 

Contents

Class file image Download
<?php
$fixpath
= dirname (__FILE__);
require_once (
$fixpath.'/hhsecureobject.config.php');
require_once (
$fixpath.'/hhsecureobject.class.php');
$hhso = new hhsecureobject;
?>