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