Initial commit

This commit is contained in:
2017-02-14 01:49:55 -07:00
commit 04caea8701
24 changed files with 7144 additions and 0 deletions

11
spookyredir.php Normal file
View File

@@ -0,0 +1,11 @@
<?php
$pass = htmlspecialchars(stripslashes(trim($_POST["pass"])));
if($pass == "pumpkinspice"){
echo("Sorry, I've stopped sharing this album. Contact me for photos");
} else {
header('Location: http://chuckdries.rocks/spookyno.html');
}
?>