Remove unused login_destination_url
This commit is contained in:
parent
e336cb6999
commit
fd20067433
|
|
@ -54,9 +54,6 @@ class plugin_email {
|
||||||
$login_logo_height = 'auto; max-height: 300px';
|
$login_logo_height = 'auto; max-height: 300px';
|
||||||
}
|
}
|
||||||
|
|
||||||
//login destination url
|
|
||||||
$login_destination_url = $_SESSION['login']['destination']['url'];
|
|
||||||
|
|
||||||
//get the domain
|
//get the domain
|
||||||
$domain_array = explode(":", $_SERVER["HTTP_HOST"]);
|
$domain_array = explode(":", $_SERVER["HTTP_HOST"]);
|
||||||
$domain_name = $domain_array[0];
|
$domain_name = $domain_array[0];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue