PHP Classes

File: logout.php

Recommend this page to a friend!
  Classes of Jorge Castro   PHP PDO Login System One   logout.php   Download  
File: logout.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP PDO Login System One
Authenticate users with records on MySQL using PDO
Author: By
Last change:
Date: 3 years ago
Size: 103 bytes
 

Contents

Class file image Download
<?php
include "app/app.php";
@
session_destroy();
@
session_write_close();
header('location:index.php');