mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-23 16:32:45 +00:00
oops
This commit is contained in:
parent
65ca50b641
commit
c40d2f48ce
4
bans.php
4
bans.php
@ -1,7 +1,7 @@
|
||||
<?php include 'includes/head.php'; ?>
|
||||
<?php include 'includes/header.php'; ?>
|
||||
<head>
|
||||
<title>Bans/Tempbans - <?php echo $banned; ?></title>
|
||||
<title>Bans/Tempbans - <?php echo $name; ?></title>
|
||||
</head>
|
||||
<?php
|
||||
// <<-----------------mysql Database Connection------------>> //
|
||||
@ -63,7 +63,7 @@ if (!$retval) {
|
||||
?>
|
||||
<tr>
|
||||
<td><?php $banned = $row['history.name'];
|
||||
echo "<img src='https://minotar.net/avatar/" . $banned . "/25' style='margin-bottom:5px;margin-right:5px;border-radius:2px;' />" . $row['history.name']; ?></td>
|
||||
echo "<img src='https://minotar.net/avatar/" . $banned . "/25' style='margin-bottom:5px;margin-right:5px;border-radius:2px;' />" . $banned; ?></td>
|
||||
<td><?php $banner = $row['banned_by_name'];
|
||||
echo "<img src='https://minotar.net/avatar/" . $banner . "/25' style='margin-bottom:5px;margin-right:5px;border-radius:2px;' />" . $row['banned_by_name']; ?></td>
|
||||
<td style="width: 30%;"><?php echo $row['reason']; ?></td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user