PHP Classes

File: logout.php

Recommend this page to a friend!
  Classes of Abed Nego Ragil Putra   Giga CMS   logout.php   Download  
File: logout.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Giga CMS
Multi-user content management system
Author: By
Last change:
Date: 7 years ago
Size: 80 bytes
 

Contents

Class file image Download
<?php
include "inc/init.php";
$user->logout();
header("Location: $set->url");
?>