diff --git a/html/inc/secure.php b/html/inc/secure.php
index 7e1b91a..651b794 100644
--- a/html/inc/secure.php
+++ b/html/inc/secure.php
@@ -8,7 +8,8 @@
if( isset($_GET['action']) && $_GET['action']=='logout' ) {
unset( $_SESSION['username'] );
- include_once "index.php";
+ //include_once "index.php";
+ header("Location: index.php");
exit;
}
diff --git a/html/js/main.js b/html/js/main.js
index a51a0ee..16329b4 100644
--- a/html/js/main.js
+++ b/html/js/main.js
@@ -257,7 +257,6 @@
return;
}
-
let elem = document.getElementById('page_content');
[ page_type, elem.innerHTML ] = data[1];
console.log('navigate_page page_type: ', page_type);