PHP Classes

File: admin/logout.php

Recommend this page to a friend!
  Classes of Adeleye Ayodeji   Simple PHP Blog Script   admin/logout.php   Download  
File: admin/logout.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Simple PHP Blog Script
Manage blog articles stored in a MySQL database
Author: By
Last change:
Date: 1 year ago
Size: 99 bytes
 

Contents

Class file image Download
<?php
session_start
();
session_destroy();
header("location: {$_SERVER['HTTP_REFERER']}");

?>