From d7c2e638a5ea39caeadd40406f840e9b90f893d5 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sun, 2 Feb 2025 15:04:59 +0200 Subject: feat(views/archive): Implement archive deletion --- views/list/index.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'views/list/index.php') diff --git a/views/list/index.php b/views/list/index.php index d422630..759ab04 100644 --- a/views/list/index.php +++ b/views/list/index.php @@ -1,10 +1,12 @@ AuthorUID); + $user = Database\Cookie::fromDB($TOKEN); } catch(Exception $e) {} ?> -- cgit v1.2.3