GitList
Repositories
Help
Report an Issue
vroom360
Code
Commits
Branches
Tags
Search
Tree:
e36c40f
Branches
Tags
master
vroom360
admin
admin_logout.php
initial commit
Dev Ghai
commited
e36c40f
at 2013-09-26 06:24:15
admin_logout.php
Blame
History
Raw
<?php session_start(); setcookie('PHPSESSID', '', 0, '/'); session_unset(); session_destroy(); header('Location: admin_login.php'); ?>