more crap
Former-commit-id: 6c97ad16f16e48f56fea7a007d5d8136c51a268c
This commit is contained in:
@@ -5,9 +5,9 @@ HTTP auth implementation. Only does basic authentication for now.
|
||||
/*
|
||||
* ----------------------------------------------------------------------------
|
||||
* "THE BEER-WARE LICENSE" (Revision 42):
|
||||
* Jeroen Domburg <jeroen@spritesmods.com> wrote this file. As long as you retain
|
||||
* this notice you can do whatever you want with this stuff. If we meet some day,
|
||||
* and you think this stuff is worth it, you can buy me a beer in return.
|
||||
* Jeroen Domburg <jeroen@spritesmods.com> wrote this file. As long as you retain
|
||||
* this notice you can do whatever you want with this stuff. If we meet some day,
|
||||
* and you think this stuff is worth it, you can buy me a beer in return.
|
||||
* ----------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
@@ -16,7 +16,7 @@ HTTP auth implementation. Only does basic authentication for now.
|
||||
#include "auth.h"
|
||||
#include "base64.h"
|
||||
|
||||
int ICACHE_FLASH_ATTR authBasic(HttpdConnData *connData) {
|
||||
httpd_cgi_state authBasic(HttpdConnData *connData) {
|
||||
const char *forbidden="401 Forbidden.";
|
||||
int no=0;
|
||||
int r;
|
||||
|
||||
Reference in New Issue
Block a user