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
  • Initial Push of Hayden's Site ...
    35b93cc9
    2015 System
    Hayden McClure authored
    2015-06-23 22:33:52 +1000  
    Browse Code ยป
logOut.php 75 Bytes
Edit Raw Blame History
1 2 3 4
<?php
session_start();
session_destroy();
header("Location: slots.php"); ?>