mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-10-11 04:48:39 -04:00
Force JSON request for getting paste data
This commit is contained in:
parent
ab2e789aee
commit
183ebe518b
8 changed files with 159 additions and 80 deletions
|
@ -158,7 +158,7 @@ class Paste extends AbstractModel
|
|||
*
|
||||
* The token is the hmac of the pastes ID signed with the server salt.
|
||||
* The paste can be deleted by calling:
|
||||
* http://example.com/privatebin/?pasteid=<pasteid>&deletetoken=<deletetoken>
|
||||
* https://example.com/privatebin/?pasteid=<pasteid>&deletetoken=<deletetoken>
|
||||
*
|
||||
* @access public
|
||||
* @return string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue