Login   Register  
PHP Classes
elePHPant
Icontem

File: index.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2005-11-08 06:37
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.