Skip to content

Instantly share code, notes, and snippets.

Created March 1, 2012 18:38
Show Gist options
  • Save anonymous/1952019 to your computer and use it in GitHub Desktop.
Save anonymous/1952019 to your computer and use it in GitHub Desktop.
this thing
<?php
session_start();
if (!isset($login))
{
header('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