Skip to content

Commit

Permalink
style: space removed
Browse files Browse the repository at this point in the history
  • Loading branch information
We1337-alpha committed Mar 7, 2024
1 parent af5dfcd commit ae527fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Admin/profile.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

$stmt = $conn->prepare('SELECT * FROM `Admins`');
$stmt->execute();

$result = $stmt->fetchAll(PDO::FETCH_ASSOC);

if(isset($_SESSION["message"]["admin_data_updated"])) {
Expand Down

0 comments on commit ae527fa

Please sign in to comment.