„threadr/logout/index.php“ ändern
parent
423b57186a
commit
b67e85705e
|
@ -7,8 +7,6 @@ if (ini_get("session.use_cookies")) {
|
||||||
session_destroy();
|
session_destroy();
|
||||||
?>
|
?>
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<!-- ToDo: Add proper page -->
|
|
||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>ThreadR - Home</title>
|
<title>ThreadR - Home</title>
|
||||||
|
@ -17,7 +15,7 @@ session_destroy();
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<ul class="topnav">
|
<ul class="topnav">
|
||||||
<li><a class="active" href="#home">Home</a></li>
|
<li><a href="#home">Home</a></li>
|
||||||
<!-- <li><a class="dropdown">
|
<!-- <li><a class="dropdown">
|
||||||
<button class="dropbtn">News
|
<button class="dropbtn">News
|
||||||
<i class="fa fa-caret-down"></i>
|
<i class="fa fa-caret-down"></i>
|
||||||
|
|
Loading…
Reference in New Issue