mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-06-25 15:10:41 -04:00
updating comment format to match defined JSON-LD API context
This commit is contained in:
parent
f21567133c
commit
22d0b1ec22
5 changed files with 16 additions and 10 deletions
|
@ -444,7 +444,6 @@ class zerobin
|
|||
$result['url'] = (
|
||||
array_key_exists('REQUEST_URI', $_SERVER) ? $_SERVER['REQUEST_URI'] : '/'
|
||||
) . '?' . $message;
|
||||
$result['@context'] = 'js/paste.jsonld';
|
||||
}
|
||||
$result += $other;
|
||||
$this->_json = json_encode($result);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue