Created
March 1, 2012 18:38
-
-
Save anonymous/1952019 to your computer and use it in GitHub Desktop.
this thing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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