Changed domain to mlmmj so that this value is not empty

This commit is contained in:
2021-07-23 15:46:30 +02:00
parent 667e25bcba
commit 0bebd7adab
2 changed files with 2 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ if( !empty($login_domain) && !empty($login_pass) )
{
// Authentication successful - Set session
$_SESSION["auth"] = 1;
$_SESSION["domain"] = ""; #$login_domain;
$_SESSION["domain"] = "mlmmj"; #$login_domain;
header("Location: index.php");
exit();
}