From 2868b7bc207b34ff2282cfc7518bdcece48e950b Mon Sep 17 00:00:00 2001 From: Mario <100047175+Mariopizza1@users.noreply.github.com> Date: Thu, 2 Mar 2023 21:39:12 +0200 Subject: [PATCH] Delete admin directory --- admin/index.php | 93 ------------------------------------------------- 1 file changed, 93 deletions(-) delete mode 100644 admin/index.php diff --git a/admin/index.php b/admin/index.php deleted file mode 100644 index cf8f2fc..0000000 --- a/admin/index.php +++ /dev/null @@ -1,93 +0,0 @@ - - - - -header(); - -if(isset($_GET['p'])) { -$page = $_GET['p']; -} else { -$page = 1; -} -$limit = 18; -$page -= 1; -$offset = $page * $limit; - -?> - -<?php echo $pagename; ?> | <?php echo $sitename; ?> - -
-

G Admin Panel

-
- -
-
- - - - - - - - - - - - - prepare("SELECT * FROM users"); - //$q->bindParam(':name',$_POST['name']); - $q->execute(); - $users = $q->fetchAll(); - foreach ($users as $user) { - $sUser = New User($con, $user['id']); - ?> - - - - - - True"; } else { echo ""; } ?> - - - - -
IDUserDate registeredMoneyAdmin
getMoney(true)." (".$sUser->getMoney(false).")"; ?>False
- -
-
games to approve
-
catalog items to approve and add custom ones that users cantt add...
-
job execustionfg
-
set if revival use key sistem or no.
-
-
- - footer(); ?> -
- -