Added start_page function in config, Added Contacts and Locations, seperated client nav and page routes out

This commit is contained in:
root
2019-03-18 15:08:56 -04:00
parent baef3b2462
commit c394e927b1
10 changed files with 257 additions and 58 deletions

View File

@@ -17,7 +17,7 @@ if(isset($_POST['login'])){
$_SESSION['user_id'] = $row['user_id'];
$_SESSION['name'] = $row['name'];
header("Location: index.php");
header("Location: $config_start_page");
}else{
$response = "
<div class='alert alert-danger'>