From c1b14ad117becc45292228d78fcf05bcd4ba6a8a Mon Sep 17 00:00:00 2001 From: ui0ppk Date: Thu, 16 Feb 2023 21:00:08 +0200 Subject: [PATCH] sex --- core/classes.php | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/core/classes.php b/core/classes.php index e7ea306..82835da 100644 --- a/core/classes.php +++ b/core/classes.php @@ -13,6 +13,14 @@ class PartyStarter { '; } function header() { + // alert + $alert = false; + if($alert) { + $alert = 'Sexy alert'; + + // do not touch + $alert = '
'.$alert.'
'; + } // to not confuse you i renamed it from loggedoutheader to header since qzip made it both lol require 'core/config.php'; $grubloxlogotohome = 'G GRUBLOX'; @@ -158,7 +166,9 @@ class PartyStarter { -'; + + +'.$alert; } }