whoops fixed index.php

This commit is contained in:
ui0ppk 2023-01-24 21:48:58 +02:00
parent 89b57723bb
commit 2be2047e18
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
<?php
namespace core;
require_once 'core/classes.php';
use classes\PartyStarter as PartyStarter;
$getitstarted = new PartyStarter;
$getitstarted->bootstrap();