mirror of
https://github.com/vrana/adminer.git
synced 2025-08-19 04:41:25 +02:00
Notify user about expired master password for permanent login
This commit is contained in:
@@ -13,8 +13,8 @@ class Adminer {
|
||||
return array(SERVER, $_GET["username"], get_session("pwds"));
|
||||
}
|
||||
|
||||
function permanentLogin() {
|
||||
return password_file();
|
||||
function permanentLogin($create = false) {
|
||||
return password_file($create);
|
||||
}
|
||||
|
||||
function database() {
|
||||
|
Reference in New Issue
Block a user