mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-22 10:56:31 +00:00
Adminer: Fix and simplify previous auto-login feature (controlled by Default Setting).
This commit is contained in:
@@ -31,7 +31,7 @@ function adminer_object() {
|
||||
// custom name in title and heading
|
||||
return 'Adminer';
|
||||
}
|
||||
/*
|
||||
|
||||
function permanentLogin() {
|
||||
// key used for permanent login
|
||||
if ($_SESSION['adminer']['auto_login']['boolean'] == 'true') {
|
||||
@@ -59,7 +59,6 @@ function adminer_object() {
|
||||
// validate user submitted credentials
|
||||
return ($_SESSION['adminer']['auto_login']['boolean'] == 'true') ? true : false;
|
||||
}
|
||||
*/
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user