PHP Classes

File: logout.php

Recommend this page to a friend!
  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: 18 years ago
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.