From cbaedbc5251f3b127bd81242d1344c0cd3e56e0c Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Wed, 13 Oct 2021 21:51:07 +0100 Subject: Implemente redirects --- public/add/index.php | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 public/add/index.php (limited to 'public/add') diff --git a/public/add/index.php b/public/add/index.php deleted file mode 100644 index 11ce9bb..0000000 --- a/public/add/index.php +++ /dev/null @@ -1,33 +0,0 @@ -add($bookmark); -} - -$html = $template->render('add'); - -respondAndExit(200, 'OK', $html); -- cgit v1.2.3-13-gbd6f