X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/98907514962d51214461614c73087dc9f0f6c2f7..ebfd5af0ca598c2e86d27c23a3aaea9fa0505cf6:/password_change.php diff --git a/password_change.php b/password_change.php index 62cc962d..b6fd4dd9 100644 --- a/password_change.php +++ b/password_change.php @@ -84,11 +84,9 @@ if ($request->isPost()) { // Redirect, depending on user role. if ($user->isAdmin()) { header('Location: admin_teams.php'); - } - else if ($user->isClient()) { + } elseif ($user->isClient()) { header('Location: reports.php'); - } - else { + } else { header('Location: time.php'); } exit();