Logo

GitLab

Sign in

David Zhong / realops-website

  • Back to Dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 4
  • Merge Requests 0
  • Labels
  • Wiki
  • realops-website
  • logOut.php
  • Stable Build 1 2015
    61b27c2b
    Hayden McClure authored
    2015-06-24 21:06:34 +1000  
    Browse Code ยป
logOut.php 75 Bytes
Edit Raw Blame History
1 2 3 4
<?php
session_start();
session_destroy();
header("Location: index.php"); ?>