PHP Classes

File: php/logout.php

Recommend this page to a friend!
  Classes of Ann   Purp Project   php/logout.php   Download  
File: php/logout.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Purp Project
Application to manage photo albums
Author: By
Last change: Update of php/logout.php
Date: 1 year ago
Size: 102 bytes
 

Contents

Class file image Download
<?php
    session_start
();
    unset(
$_SESSION['user']);
   
header('Location: ../index.php')

?>