Login   Register  
PHP Classes
elePHPant
Icontem

File: logout.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  >  logout.php  >  Download  
File: logout.php
Role: Example script
Content type: text/plain
Description: Sample of Logout Page
Class: HHSecureObject
Authenticate users with accounts defined in arrays
Author: By
Last change:
Date: 2005-11-08 06:38
Size: 147 bytes
 

Contents

Class file image Download
<?php
    
require_once ('./include/hhsecureobject.php');
    
$hhso->logout();
?>
You are logged out. <a href='./index.php'>Click here</a> to go back.