PHP Classes

File: logout.php

Recommend this page to a friend!
  Classes of zinsou A.A.E.Moïse   tinyUGatMs   logout.php   Download  
File: logout.php
Role: Auxiliary script
Content type: text/plain
Description: logout script
Class: tinyUGatMs
Manage users and groups of events in a database
Author: By
Last change:
Date: 7 years ago
Size: 209 bytes
 

Contents

Class file image Download
<?php
session_start
();
require_once(
'usefullfunctions.php');
$url='connexion.php';
dologout();
// session_destroy();
echo '<script type="text/javascript">window.location="'.$url.'";</script>';
exit;
?>