Initial commit
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
<?php session_start(); ?>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="../files/style.css" />
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
</main>
|
||||
<?php
|
||||
|
||||
include "../files/errorcodesscript.inc.php";
|
||||
|
||||
require "../files/ezine_db.inc.php";
|
||||
|
||||
include "../files/loginscript.inc.php";
|
||||
|
||||
if($LoggedIn == 'true') {
|
||||
|
||||
$_SESSION["Benutzername"] = '';
|
||||
$_SESSION["Passwort"] = '';
|
||||
|
||||
$_SESSION["errorCode"] = 'logoutSuccess';
|
||||
print("<meta http-equiv='refresh' content='0; URL=../index'>");
|
||||
|
||||
}
|
||||
?>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user