From 77708ef5b9559e6598f5acf7d2b30dbdbd037d81 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sun, 26 Jan 2025 18:53:18 +0200 Subject: feat: Create page for creating lists --- controllers/list.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 controllers/list.php (limited to 'controllers/list.php') diff --git a/controllers/list.php b/controllers/list.php new file mode 100644 index 0000000..0ec33d1 --- /dev/null +++ b/controllers/list.php @@ -0,0 +1,17 @@ +UID; + Database\ArchiveList::create($uid, $_POST["name"], $_POST["description"]); + } + catch(Exception $e) { + $list_status = $e; + } +} -- cgit v1.2.3