accidentally commited my test repo, damn vscodium

This commit is contained in:
Bounceysteve99 2023-02-28 23:25:05 +10:30
parent dc9f7e1c29
commit 623b191366
3 changed files with 3 additions and 6 deletions

3
.gitignore vendored
View File

@ -1,3 +1,2 @@
piedmid
piedmid/*
pull.bat
piedmid/*

View File

@ -1,6 +1,5 @@
# Grublox website
A Bootstrap based ROBLOX revival website.
this is dudeblokes personal testing repo!!!!!!!!!!!!!!!!!!!!!
A Bootstrap based ROBLOX revival website.
# Todo
- [ ] Friending system<br>

View File

@ -1,7 +1,6 @@
<?php
require_once 'core/classes.php';
headStart();
if($isLoggedIn) {
headStart();if($loggedIn) {
if (isset($_GET['client']) && $_GET['client'] == 2016 && $_GET['type'] == "player") {
die(header("Location: /downloads/player-2016.zip"));
}