From 72ea04f97b2535a7d8de38a74db073a760cec599 Mon Sep 17 00:00:00 2001 From: arf20 Date: Wed, 20 Mar 2024 20:03:04 +0100 Subject: Collapse preformat texts --- manageusers.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'manageusers.php') diff --git a/manageusers.php b/manageusers.php index 0fb1f7d..b0e7705 100644 --- a/manageusers.php +++ b/manageusers.php @@ -15,7 +15,7 @@ if ($type != "admin") die("Permission denied."); require_once "config.php"; // Get users -$sql = "SELECT id, username, password, email, verifycode, status, type, regdate FROM users"; +$sql = "SELECT id, username, email, verifycode, status, type, regdate FROM users"; $stmt = mysqli_prepare($link, $sql); mysqli_stmt_execute($stmt); $result = mysqli_stmt_get_result($stmt); @@ -128,12 +128,11 @@ function getuserbyid($id) { add - + " ."" - ."" ."" ."" ."" -- cgit v1.2.3
iduserpasswordemailverifycodetyperegdatestatusaction
iduseremailverifycodetyperegdatestatusaction
".$user['id']."".$user['username']."".$user['password']."".$user['email']."".$user['verifycode']."".$user['type']."