summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorDavid T. Sadler <davidtsadler@googlemail.com>2021-11-02 20:30:56 +0000
committerDavid T. Sadler <davidtsadler@googlemail.com>2021-11-02 20:30:56 +0000
commit5add8d18e6f984e0e3296a7e092a6a1ef061668f (patch)
tree01680a014934f6bf8be9f0d2432a3ff6a1eac765 /public
parent558959d4d7dcceff000fd5861f2f46451ebbd8a9 (diff)
Remove id from file
Diffstat (limited to 'public')
-rw-r--r--public/store/index.php1
1 files changed, 0 insertions, 1 deletions
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;