Update classes.php

This commit is contained in:
nolanwhy 2023-02-05 13:18:44 +01:00
parent 035e3d1f06
commit 19393b4689
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<?php
require_once 'core/config.php';
require 'core/config.php';
class PartyStarter {
function bootstrap() {
@ -10,7 +10,7 @@ class PartyStarter {
}
function header() {
// to not confuse you i renamed it from loggedoutheader to header since qzip made it both lol
require_once 'core/config.php';
require 'core/config.php';
$grubloxlogotohome = '<a class="navbar-brand text-dark" href="/"><div class="headerLogo d-inline-block align-top" alt=""></div></a>';
$showhome = '';
if (isset($_SESSION['user'])) {