Skip to content

Commit

Permalink
Merge pull request #22889 from owncloud/stable9-use-custom-header
Browse files Browse the repository at this point in the history
[stable9] Use custom header
  • Loading branch information
DeepDiver1975 committed Mar 6, 2016
2 parents 0a5f34a + ef66729 commit d043b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/updatenotification/js/admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $(document).ready(function(){
$.ajax({
url: OC.webroot+'/updater/',
headers: {
'Authorization': loginToken
'X-Updater-Auth': loginToken
},
method: 'POST',
success: function(data){
Expand Down

0 comments on commit d043b6b

Please sign in to comment.