Remove some old files, updated guest urls to work with the new multi company features, and some other multi company update

This commit is contained in:
johnny@pittpc.com
2019-08-15 18:29:28 -04:00
parent 01f820b394
commit 5ca8d201b0
25 changed files with 554 additions and 1483 deletions

View File

@@ -34,7 +34,8 @@ if(isset($_POST['login'])){
if($client_id > 0){
header("Location: client.php?client_id=$client_id");
}else{
header("Location: $config_start_page");
//header("Location: $config_start_page");
header("Location: dashboard.php");
}
}else{
@@ -42,7 +43,8 @@ if(isset($_POST['login'])){
if(TokenAuth6238::verify($token,$current_code)){
$_SESSION['logged'] = TRUE;
header("Location: $config_start_page");
//header("Location: $config_start_page");
header("Location: dashboard.php");
}else{
$response = "
<div class='alert alert-danger'>