PHP Classes

File: langs/en-us/scripts/logout.php

Recommend this page to a friend!
  Classes of VITOR GABRIEL M. DANTAS   Pleiades   langs/en-us/scripts/logout.php   Download  
File: langs/en-us/scripts/logout.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Pleiades
Application to implement an issue-tracking system
Author: By
Last change:
Date: 4 months ago
Size: 129 bytes
 

Contents

Class file image Download
<?php
session_start
();
include
__DIR__.'/../scripts/verifyauth.php';
session_destroy();
header("Location: ../index.php");
exit();