File "logout.php"

Full path: /home/itsevak/public_html/prepaiddev.itsevak.com/admin/logout.php
File size: 157 B (157 B bytes)
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

<?php
require_once '../includes/functions.php';

// Destroy the session
destroySession();

// Redirect to login page
redirect('/auth/login.php');
?>