blob: 1a1e8f49636c7ecfd3baf886207933748aa23d69 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
<?php
//include("./save.php");
//savestatus($_GET['user'], $_GET['lessNr']);
$wer = $_GET['Login'];
$message = "Um sich erneut anzumelden, klicken Sie bitte auf das Loginfeld...";
?>
<head>
<title>Datenbank_Praktikum_Duesterhoeft</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
<meta name="keywords" content="Datenbank Praktikum Duesterhoeft Hochschule Wismar">
<meta name="description" content="Bearbeitung von Praktikumsaufgaben von zu Hause">
<link href="/dipl/css/stilneu1.css" rel="stylesheet" type="text/css">
</head>
<body class="titel">
<table width="800" height="73" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<table width="800" border="0" cellpadding="2" cellspacing="0">
<tr>
<td width="613" height="110" valign="top">
<img src="/dipl/css/head.gif" width="555" height="100"></td>
<table class="titel" border=0 cellpadding=0 cellspacing=0>
<tr>
<td ><div >Bye...</div></td><br>
</tr>
<tr>
<td id=tdlist1 colspan=30><div id=fliesstext><?echo " User $wer hat sich ausgelogged...";?></div></td>
</tr>
<tr><td id=tdlistl colspan=30> </td></tr>
</table>
</tr>
<tr>
<td colspan="2"><img src="/dipl/css/ekg_long.gif" width="613" height="15" border="0">
<a href="../praktikum.php">
<img src="/dipl/css/ekg_Login.gif" alt="logout" border="0">
</a>
</td>
</tr>
</form>
</table>
<br>
<?
echo $message;
session_unset();
//session_destroy();
?>
|