Browse Source

Update logout.php

pull/10/head
Mohamad Fahmi 12 years ago
parent
commit
3a7014a4c1
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      admin/includes/logout.php

+ 2
- 2
admin/includes/logout.php View File

@ -1,9 +1,9 @@
<?php <?php
ob_start();
include 'session.php'; include 'session.php';
session_destroy(); session_destroy();
header('location: ../index.php'); header('location: ../index.php');
?>
?>

Loading…
Cancel
Save