1
0
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:
Jakub Vrana
2025-03-29 15:21:25 +01:00
parent 141db3cb8d
commit 6a3161cd49
2 changed files with 5 additions and 5 deletions

View File

@@ -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);