htmly/admin/includes/logout.php
Danang Probo Sayekti e829ae974f Add markdown editor
Add markdown editor so anyone can test it. Fix explode on tags.
2014-01-20 12:57:08 +07:00

9 lines
No EOL
88 B
PHP

<?php
include 'session.php';
session_destroy();
header('location: ../index.php');
?>