X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/027c801a4dc51db673bcbfcfbd396845f244e357..56857f47034f0f8ec87954b8ad60c4c6d65280ac:/www/delete.php diff --git a/www/delete.php b/www/delete.php index 43ec9d5..e0e8d9f 100644 --- a/www/delete.php +++ b/www/delete.php @@ -14,7 +14,7 @@ if (isset($_GET['confirm']) && $_GET['confirm'] == 1) { throw new Exception_Input('Deleting only possible via POST'); } $repo->delete(); - redirect('/'); + redirect(Tools::fullUrl()); } render(