Move gatsby data to top level

This commit is contained in:
Chuck Dries
2021-06-18 19:13:24 -07:00
parent f8fe81cb8f
commit 7135ec1976
133 changed files with 16750 additions and 16693 deletions

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');
}
?>