Skip to content

Instantly share code, notes, and snippets.

@BlakeWilliams
Forked from anonymous/this thing
Created March 1, 2012 18:39
Show Gist options
  • Save BlakeWilliams/1952020 to your computer and use it in GitHub Desktop.
Save BlakeWilliams/1952020 to your computer and use it in GitHub Desktop.
this thing
<?php
session_start();
if (!isset($login)) {
header('Location: index.html');
}
?>
<body>
<iframe src="index.php"></iframe>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment