wip
1 parent b18984b commit 88420421bc67be9e8c2134fea8879f768dc30876
@John Pearcey DLat John Pearcey DLat authored on 10 Dec
Showing 2 changed files
View
4
html/inc/secure.php
session_start();
 
if( isset($_GET['action']) && $_GET['action']=='logout' ) {
unset( $_SESSION['username'] );
include_once "index.php";
//include_once "index.php";
header("Location: index.php");
exit;
}
 
if( isset($_SESSION['username']) && strlen($_SESSION['username'])>=4 ){
View
1
■■■■
html/js/main.js
}
return;
}
let elem = document.getElementById('page_content');
[ page_type, elem.innerHTML ] = data[1];
console.log('navigate_page page_type: ', page_type);