From d4c4b5580658514634bbac663916870be9281be1 Mon Sep 17 00:00:00 2001 From: Xkeeper Date: Sat, 3 Mar 2018 19:49:44 -0800 Subject: [PATCH] Add an easter egg for shitheads --- editprofile.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/editprofile.php b/editprofile.php index 23a01e8..94dcf48 100644 --- a/editprofile.php +++ b/editprofile.php @@ -194,6 +194,14 @@ "; } if($action=='saveprofile'){ + + if (stripos($_POST['pronouns'], "helicopter") !== false) { + // A wise guy, ey? + // Real original, asshole. + header("Location: https://www.youtube.com/embed/0WrFZAf6EEE?autoplay=1"); + die(); + } + if ($eddateformat == $defaultdateformat) $eddateformat = ''; if ($eddateshort == $defaultdateshort) $eddateshort = '';