diff options
Diffstat (limited to 'inc/auth.php')
-rw-r--r-- | inc/auth.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/auth.php b/inc/auth.php index 9c21fcbef..18f1ece89 100644 --- a/inc/auth.php +++ b/inc/auth.php @@ -724,6 +724,7 @@ function updateprofile() { if ($changes['pass']) $pass = PMA_blowfish_encrypt($changes['pass'],auth_cookiesalt()); auth_setCookie($_SERVER['REMOTE_USER'],$pass,(bool)$sticky); + return true; } } |