forked from services/mlmmj-light-web-ecg
Changed domain to mlmmj so that this value is not empty
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
lists_path = /home/pacs/ecg00/users/mlmmj/mlmmj
|
||||
lists_path = /home/pacs/ecg00/users/mlmmj
|
||||
web_path = /home/pacs/ecg00/users/mlmmj/doms/list.ecogood.org/htdocs-ssl
|
||||
language = en
|
||||
web_url = https://list.ecogood.org/
|
||||
|
||||
Reference in New Issue
Block a user