Added API key authentication

This commit is contained in:
Mark McDowall 2013-09-20 00:31:02 -07:00
commit 57fdbe6e08
11 changed files with 114 additions and 15 deletions

View file

@ -60,6 +60,12 @@
</div>
</footer>
</body>
<script type="text/javascript">
window.NzbDrone = {};
window.NzbDrone.ApiKey = 'API_KEY';
</script>
<script src="/polyfills.js"></script>
<script src="/JsLibraries/jquery.js"></script>
<script src="/JsLibraries/messenger.js"></script>