Update jQuery from 1.12.4 to 3.7.1
[phorkie.git] / www / delete.php
index 43ec9d5be24a9ad7162dbfac9854fa05e81a7200..e0e8d9fcba4b6b4a9020721a5988ec0dc13f2917 100644 (file)
@@ -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(