PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of Hermawan Haryanto   HHSecureObject   index.php   Download  
File: index.php
Role: Example script
Content type: text/plain
Description: Sample of Protected Page
Class: HHSecureObject
Authenticate users with accounts defined in arrays
Author: By
Last change:
Date: 18 years ago
Size: 163 bytes
 

Contents

Class file image Download
<?php
   
require_once ('./include/hhsecureobject.php');
   
$hhso->protect();
?>
Huraaahhh!!!!... You're logged in. <a href='./logout.php'>Click here</a> to logout.