diff --git a/public/index.php b/public/index.php index 168437d..b57a1dc 100644 --- a/public/index.php +++ b/public/index.php @@ -2837,7 +2837,7 @@ switch ($action) { 'folio_update_branch' => $_POST['folio_update_branch'] ?? '', ]); $_updateChecker->clearCache(); - header('Location: /admin?tab=dashboard¬ice=' . ($ok ? 'folio_saved' : 'folio_error')); + header('Location: /admin/site?notice=' . ($ok ? 'folio_saved' : 'folio_error')); exit; case 'admin_save_site': diff --git a/templates/admin.php b/templates/admin.php index 8237bd4..41e3488 100644 --- a/templates/admin.php +++ b/templates/admin.php @@ -164,33 +164,6 @@ function adminStatusBadge(array $a, int $now): string - -