PHP Classes

File: fwphp/glomodul/blog_akram/Logout.php

Recommend this page to a friend!
  Classes of Slavko Srakocic   B12 PHP FW   fwphp/glomodul/blog_akram/Logout.php   Download  
File: fwphp/glomodul/blog_akram/Logout.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: B12 PHP FW
Manage database records with a PDO CRUD interface
Author: By
Last change: ver 11.0.2.0 mnu, adrs, msg, mkd. Same module db adapter for any shared db adapter
Date: 1 year ago
Size: 163 bytes
 

Contents

Class file image Download
<?php
 
require_once("Include/Sessions.php");
 require_once(
"Include/Functions.php");

$_SESSION["User_Id"]=null;
session_destroy();
Redirect_to("Login.php");



?>