Ejemplo n.º 1
0
<div id="wrapper">
	<?php 
# Wrapper start
?>
	<head>
		<?php 
#Inclusions:
include '../includes/control.class.php';
#Start
$admin = new control();
# STELLT DEN HEADER ZUR VERFÜGUNG
$admin->header();
$admin->logged_in("redirect", "index.php");
$admin->userHasRightPruefung("36");
$suche = isset($_GET['suche']) ? $_GET['suche'] : '';
echo $admin->suche($suche, "benutzer", "Name", "?action=1&user");
?>
		<title>Administrator</title>
	</head>

	<body>

		<div class='mainbodyDark'>
		
			<?php 
$admin->SubNav("admin");
?>
			
			<h2><a name='administration'>Administration</a></h2>
			<?php 
$admin = new control();