diff options
Diffstat (limited to 'public/store')
| -rw-r--r-- | public/store/index.php | 1 | 
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;  | 
