PHP Classes

File: examples/3.logout.php

Recommend this page to a friend!
  Classes of Jorge Castro   PHP Security One   examples/3.logout.php   Download  
File: examples/3.logout.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP Security One
Base class to authenticate an logged in users
Author: By
Last change: Update of examples/3.logout.php
Date: 4 years ago
Size: 154 bytes
 

Contents

Class file image Download
<?php
include "../lib/SecurityOne.php";

use
eftec\SecurityOne;

$security=new SecurityOne();

$security->logout();

header("location:1.basiclogin.php");