accidentally commited my test repo, damn vscodium
This commit is contained in:
parent
dc9f7e1c29
commit
623b191366
|
|
@ -1,3 +1,2 @@
|
|||
piedmid
|
||||
piedmid/*
|
||||
pull.bat
|
||||
piedmid/*
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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"));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue