Skip to content

Instantly share code, notes, and snippets.

@iqbalmalik89
Last active January 8, 2016 17:22
Show Gist options
  • Save iqbalmalik89/371f6fc40ee0964683dc to your computer and use it in GitHub Desktop.
Save iqbalmalik89/371f6fc40ee0964683dc to your computer and use it in GitHub Desktop.
prelaunch
<?php
session_start();
if(!isset($_SESSION['prelaunch']) || empty($_SESSION['prelaunch']))
{
header('location:http://airfcl.com/prelaunch');
die();
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment