Skip to content

Commit

Permalink
Merge pull request #11 from OGSteam/Correctif-#10
Browse files Browse the repository at this point in the history
Authorisation GithubAPI
  • Loading branch information
darknoon29 committed Mar 5, 2017
2 parents 035628b + 7ff5d5b commit 0a375df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion core/mod_list.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ function github_Request($request) {
'http' => [
'method' => 'GET',
'header' => [
'User-Agent: OGSpy'
'User-Agent: OGSpy',
'Authorization: token d08499607a0f2469405465cf29e3aeb9d4b1265f'
]
]
];
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
autoupdate
3.0.1
3.0.2
autoupdate,AutoUpdate,autoupdate,autoupdate,autoupdate.php,1,1
3.3.2

0 comments on commit 0a375df

Please sign in to comment.