accidentally commited my test repo, damn vscodium
This commit is contained in:
parent
dc9f7e1c29
commit
623b191366
|
|
@ -1,3 +1,2 @@
|
||||||
piedmid
|
piedmid
|
||||||
piedmid/*
|
piedmid/*
|
||||||
pull.bat
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
# Grublox website
|
# Grublox website
|
||||||
A Bootstrap based ROBLOX revival website.
|
A Bootstrap based ROBLOX revival website.
|
||||||
this is dudeblokes personal testing repo!!!!!!!!!!!!!!!!!!!!!
|
|
||||||
|
|
||||||
# Todo
|
# Todo
|
||||||
- [ ] Friending system<br>
|
- [ ] Friending system<br>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
require_once 'core/classes.php';
|
require_once 'core/classes.php';
|
||||||
headStart();
|
headStart();if($loggedIn) {
|
||||||
if($isLoggedIn) {
|
|
||||||
if (isset($_GET['client']) && $_GET['client'] == 2016 && $_GET['type'] == "player") {
|
if (isset($_GET['client']) && $_GET['client'] == 2016 && $_GET['type'] == "player") {
|
||||||
die(header("Location: /downloads/player-2016.zip"));
|
die(header("Location: /downloads/player-2016.zip"));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue