mirror of
https://github.com/vrana/adminer.git
synced 2025-08-06 22:56:46 +02:00
Fix type of permanentLogin()
This commit is contained in:
@@ -28,7 +28,7 @@ class Adminer {
|
||||
}
|
||||
|
||||
/** Get key used for permanent login
|
||||
* @return string cryptic string which gets combined with password or false in case of an error
|
||||
* @return string cryptic string which gets combined with password or '' in case of an error
|
||||
*/
|
||||
function permanentLogin(bool $create = false): string {
|
||||
return password_file($create);
|
||||
|
Reference in New Issue
Block a user