PHP Classes

File: WIAdmin/WIInc/edit/logout.php

Recommend this page to a friend!
  Classes of Jules Warner   WICMS   WIAdmin/WIInc/edit/logout.php   Download  
File: WIAdmin/WIInc/edit/logout.php
Role: Example script
Content type: text/plain
Description: Example script
Class: WICMS
Database driven content management system with PDO
Author: By
Last change:
Date: 6 years ago
Size: 126 bytes
 

Contents

Class file image Download
<?php

define
("INCLUDE_CHECK", true);
include
'WICore/init.php';

$login->logout();

header('Location: index.php');
die();

?>