X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=admin_options.php;h=226a8a5e70659ae1d47621c0be11f90e3ab92fc1;hb=a711e76851f29c7e0ac290a279eb4dd984ea7167;hp=cc9fd65c4cbdfffd17001d6f3c585d4218ff2087;hpb=5f64df1308fd641565631e6e38d282432f5e6250;p=timetracker.git diff --git a/admin_options.php b/admin_options.php index cc9fd65c..226a8a5e 100644 --- a/admin_options.php +++ b/admin_options.php @@ -73,7 +73,7 @@ if ($request->isPost()) { $admin = new ttAdmin($err); $result = $admin->updateSelf($fields); if ($result) { - header('Location: admin_teams.php'); + header('Location: admin_groups.php'); exit(); } } // isPost