From 5add8d18e6f984e0e3296a7e092a6a1ef061668f Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Tue, 2 Nov 2021 20:30:56 +0000 Subject: Remove id from file --- public/store/index.php | 1 - 1 file changed, 1 deletion(-) (limited to 'public') diff --git a/public/store/index.php b/public/store/index.php index 804702a..a25d6f3 100644 --- a/public/store/index.php +++ b/public/store/index.php @@ -39,7 +39,6 @@ $bookmarks = new BookmarkRepository($config['path_to_repository']); $bookmark = new Bookmark(); -$bookmark->id = bin2hex(random_bytes(32)); $bookmark->url = $validated->url; $bookmark->title = $validated->title; $bookmark->tag = $validated->tag; -- cgit v1.2.3-13-gbd6f