mirror of
https://github.com/Xkeeper0/jul.git
synced 2025-05-19 08:40:21 -07:00
Add an easter egg for shitheads
This commit is contained in:
parent
e072255fc9
commit
d4c4b55806
@ -194,6 +194,14 @@
|
|||||||
";
|
";
|
||||||
}
|
}
|
||||||
if($action=='saveprofile'){
|
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 ($eddateformat == $defaultdateformat) $eddateformat = '';
|
||||||
if ($eddateshort == $defaultdateshort) $eddateshort = '';
|
if ($eddateshort == $defaultdateshort) $eddateshort = '';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user