layout angepasst
This commit is contained in:
@@ -32,18 +32,11 @@ if ($result) {
|
||||
$users[] = $row;
|
||||
}
|
||||
}
|
||||
|
||||
require_once 'inc/header.php'; ?>
|
||||
|
||||
?>
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Benutzerverwaltung</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Benutzerverwaltung</h1>
|
||||
|
||||
<?php if (isset($message)) echo "<p><strong>$message</strong></p>"; ?>
|
||||
|
||||
Reference in New Issue
Block a user