tazbug diff web/plugins/users/users.cgi @ rev 159
Remove ashism ==
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Feb 26 08:28:10 2019 +0100 (2019-02-26) |
parents | 027865f27580 |
children |
line diff
1.1 --- a/web/plugins/users/users.cgi Tue Feb 28 22:59:52 2017 +0100 1.2 +++ b/web/plugins/users/users.cgi Tue Feb 26 08:28:10 2019 +0100 1.3 @@ -197,7 +197,7 @@ 1.4 $(gettext "User name :") $USER 1.5 $(gettext "Last login :") $last 1.6 EOT 1.7 - if check_auth && [ "$(GET user)" == "$user" ]; then 1.8 + if check_auth && [ "$(GET user)" = "$user" ]; then 1.9 auth_people 1.10 else 1.11 # check_auth will set VARS to current logged user: re-source