X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=password_change.php;h=b6fd4dd9a5adfce2b5c0e9ee1db708a2d9b2e457;hb=b35ed34767de056ad0adef9d85060b587c1f6ce2;hp=62cc962d77015a1a5a3abb49aefb01d6ed1ae44e;hpb=98907514962d51214461614c73087dc9f0f6c2f7;p=timetracker.git 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();