Esempio n. 1
0
<?php

$auth_page = 'yes';
include_once dirname(__FILE__) . '/prepend.php';
$posted = !empty($_REQUEST['posted']) ? $_REQUEST['posted'] : '';
$username = !empty($_REQUEST['username']) ? trim($_REQUEST['username']) : '';
$password = !empty($_REQUEST['password']) ? trim($_REQUEST['password']) : '';
if ($posted != '') {
    if (kmUser::authenticate($username, $password)) {
        header('Location: images.php');
    }
}
?>
<!-- pixelpost admin start -->
<html><head><title>Administration kermert</title>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="noindex" />
<style type='text/css'>
body {	
	background:#fff;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	}
#wrapper {
	margin:0px auto;
	padding-top:0px;