PHP Classes

File: main/logout.php

Recommend this page to a friend!
  Classes of Zamani   PHP Login System with Email Verification   main/logout.php   Download  
File: main/logout.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP Login System with Email Verification
Register and login users activated using email
Author: By
Last change:
Date: 2 years ago
Size: 120 bytes
 

Contents

Class file image Download
<?php
require_once '../class/user.php';
require_once
'config.php';

$user->logout();

header('location: index.php');
?>