7.4 to the go

This commit is contained in:
2022-12-19 20:26:14 +02:00
parent 6cd7b13db0
commit 924be6329b
237 changed files with 38764 additions and 89531 deletions
+4 -3
View File
@@ -1,10 +1,11 @@
<?
<?php
# Admin Only Area
include('_incl_data/__config.php');
define('GAME',true);
include('_incl_data/class/__db_connect.php');
include('_incl_data/class/__user.php');
$u = User::start();
if(!isset($u->info['id']) || $u->info['admin'] < 1) {
if(!$u->info['admin']) {
header('location: /index.php');
die();
}