<?php
session_start();
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<meta name="robots" content="INDEX,FOLLOW">
<meta name="keywords"
content="KANTIG - die Schülerzeitung">
<meta name="description"
content="KANTIG - die Schülerzeitung" >
<title>KANTIG - die Schülerzeitung</title>
<!-- Der Copyright-Hinweis ist nicht zu löschen. Ein Entfernen des Copyright/Urheberrecht-Vermerks kann rechtliche Schritte nach sich ziehen -->
<!-- (c)Copyright by S.I.S.Papenburg /
http://www.on-mouseover.de/templates/ -->
<!-- Hinweis:
Das Anbieten dieser Vorlage auf ihrer eigenen Webseite, CD, DVD oder anderen Bild/Tonträgern zum Zwecke des Verkaufs ist untersagt.
Die Vorlage kann privat (kostenlos) und kommerziell (gegen Bezahlung) für Sie selber oder eine dritte Person (andere Person oder Firma) genutzt werden.
Je nach dem Inhalt, welcher eingefügt wird, kann auch für Privatpersonen eine kommerzielle Nutzung vorliegen.
Lesen Sie auf der Webseite
http://www.on-mouseover.de/templates/
bitte die Nutzungsbedingungen nach.
-->
<link rel="shortcut icon" href="http://kantig.bplaced.net/Vavicon01.png" type="image/vnd.microsoft.icon" />
<link rel="stylesheet" href="format.css" type="text/css">
</head>
<body >
<table width="768" align="center" cellspacing="0" cellpadding="0" border="0" >
<tr>
<td align="right" class="li" ><img src="images/pixelspace.gif" width="18" height="1" border="0" alt=""></td><td ><!--ende aussentab-->
<table align="center" width="740" cellspacing="0" cellpadding="0" border="0" id="top" >
<tr>
<td valign="top" id="hpname"><a href="http://ikg-dortmund.de">IKG Dortmund</a><br /></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td width="100%" valign="bottom" class="buleiste" ><!--menü oben-->
<table id="menu2" width="100%" border="0" cellpadding="0" cellspacing="0" >
<tr>
<td width="14%" ><a href="index.html" onfocus="this.blur()">Startseite</a></td>
<td width="14%"><a href="kontakt.html" onfocus="this.blur()">Kontakt</a></td>
<td width="14%"><a href="bilder.html" onfocus="this.blur()">Bilder</a></td>
<td width="14%"><a href="artikel.html" onfocus="this.blur()">Wochen-News</a></td>
<td width="14%"><a href="ratsel.html" onfocus="this.blur()">Spiele</a></td>
<td width="14%"><a href="g-book.html" onfocus="this.blur()">Gästebuch</a></td>
<td width="14%"><a href="impressum.html" onfocus="this.blur()">Impressum</a></td>
</tr>
</table>
<!-- ende menü oben-->
</td>
</tr>
</table>
<!--ende oben-->
<table align="center" width="740" id="main" border="0" cellpadding="0" cellspacing="0" >
<tr>
<td valign="top" id="sp1" height="700">
<?php
if($_SESSION[s_id]!=session_id())
{
session_destroy();
Header("Location:index.html");
exit();
}
$_SESSION["benutzer"]=$_POST[benutzer];
$_SESSION["password"]=$_POST[password];
$ID=$_SESSION[s_id];
if( (empty($_SESSION[benutzer]))||(empty($_SESSION[password])) )
{
echo("Sie haben nichts eingegeben!<br>");
echo("<a href='login.php'>Zurück zur Login-Seite!</a>");
}
else
{
// Auf Passwortkorrektheit prüfen
if(($_SESSION["benutzer"]=='tjpeiler')&&($_SESSION["password"]=='zensiert')){
echo 'Willkommen ' .$_SESSION[benutzer];
echo("<br/>Sie sind eingeloggt");
}
else{
echo "Das Passwort oder der Benutzername ist falsch!";
}
}
?>
<!-- ende inhalt--></td>
</tr>
<tr>
<td id="fussb" width="100%">
© 2009 by KANTIG</td>
</tr>
</table>
<td class="re"><img src="images/pixelspace.gif" width="18" height="1" border="0" alt=""</td><!-- aussentab-->
</tr>
</table>
</body>
</html>