fuckery
This commit is contained in:
+11
-4
@@ -1,4 +1,11 @@
|
||||
<?php
|
||||
session_destroy();
|
||||
header("location:index.php");
|
||||
?>
|
||||
<html>
|
||||
<body>
|
||||
<div class="login-box">
|
||||
<?php
|
||||
session_start();
|
||||
session_destroy();
|
||||
header("location:index.php");
|
||||
?>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user