Line 110... |
Line 110... |
110 |
$l_logout_explain = "Close the session of the user actualy connecterd.<br> User logged-on : <a href=\"http://$hostname:3990/logoff\" title=\"Disconnect user $user[5]\"><b>$user[5]</b></a><br><br>$nb_connection_history last connections :$connection_history";
|
110 |
$l_logout_explain = "Close the session of the user actualy connecterd.<br> User logged-on : <a href=\"http://$hostname:3990/logoff\" title=\"Disconnect user $user[5]\"><b>$user[5]</b></a><br><br>$nb_connection_history last connections :$connection_history";
|
111 |
$l_logout = "<a href=\"http://$hostname:3990/logoff\">Logoff from internet</a>";
|
111 |
$l_logout = "<a href=\"http://$hostname:3990/logoff\">Logoff from internet</a>";
|
112 |
}
|
112 |
}
|
113 |
}
|
113 |
}
|
114 |
$l_password_change = "<a href=\"https://$hostname/pass\">Change your password</a>";
|
114 |
$l_password_change = "<a href=\"https://$hostname/pass\">Change your password</a>";
|
115 |
$l_password_change_explain = "Ridirect you on password change page.<br><br> You should already have an Internet access account.";
|
115 |
$l_password_change_explain = "Redirect you on password change page.<br><br> You should already have an Internet access account.";
|
116 |
$l_back_page = "<a href=\"javascript:history.back()\">Previous page</a>";
|
116 |
$l_back_page = "<a href=\"javascript:history.back()\">Previous page</a>";
|
117 |
}
|
117 |
}
|
118 |
$l_title = ($direct_access ? $l_access_welcome : ($network_pb ? $l_access_unavailable : $l_access_denied));
|
118 |
$l_title = ($direct_access ? $l_access_welcome : ($network_pb ? $l_access_unavailable : $l_access_denied));
|
119 |
$l_explain = ($direct_access ? $l_explain_acc_access : ($network_pb ? $l_explain_net_pb : $l_explain_access_deny));
|
119 |
$l_explain = ($direct_access ? $l_explain_acc_access : ($network_pb ? $l_explain_net_pb : $l_explain_access_deny));
|
120 |
|
120 |
|