Indefero

Indefero Commit Details


Date:2010-05-10 03:21:22 (14 years 7 months ago)
Author:Loic d'Anterroches
Branch:develop, feature-issue_links, feature.better-home, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, master, release-1.1, release-1.2, release-1.3
Commit:692d2e53b20135fe3a900f13012f47990845bff0
Parents: 47acc734515d8950a362aba399d5f713458a3639
Message:Changed the header name of the hmac to be generic.

Changes:

File differences

src/IDF/Webhook.php
4646
4747
4848
49
49
5050
5151
5252
'user_agent' => 'Indefero Hook Sender (http://www.indefero.net)',
'max_redirects' => 0,
'timeout' => 15,
'header'=> 'Indefero-Hook-Hmac: '.$sign."\r\n"
'header'=> 'Post-Commit-Hook-Hmac: '.$sign."\r\n"
.'Content-Type: application/json'."\r\n",
)
);

Archive Download the corresponding diff file

Page rendered in 0.07288s using 13 queries.