From 4bebfa04cf759d77c511541bdf30747c76a3b2e1 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sun, 2 Feb 2025 10:54:23 +0200 Subject: feat(views/list): Fully implement list updating --- views/list/update/index.php | 46 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 views/list/update/index.php (limited to 'views/list/update/index.php') diff --git a/views/list/update/index.php b/views/list/update/index.php new file mode 100644 index 0000000..9374aef --- /dev/null +++ b/views/list/update/index.php @@ -0,0 +1,46 @@ +AuthorUID); + $user = Database\Cookie::fromDB($TOKEN); + } + catch(Exception $e) {} +?> + +UID === $author->UID): ?> + +

Update list

+ +
+ + + +

+ Error: +

+ + + + + + + + + +
+ + +

No list with identifier exists!

+ + +

You're not the owner of "Name ?>", you have no permission to edit it!

+ + -- cgit v1.2.3