diff --git a/esp8266_deauther/language.h b/esp8266_deauther/language.h index 4b7a96d..e2c9de8 100644 --- a/esp8266_deauther/language.h +++ b/esp8266_deauther/language.h @@ -602,7 +602,7 @@ static const char W_STOPPED_AP[] PROGMEM = "Stopped Access Point"; static const char W_AP_REQUEST[] PROGMEM = "[AP] request: "; static const char W_INDEX_HTML[] PROGMEM = "index.html"; static const char W_PWNED[] PROGMEM = "pwned"; -static const char W_DEAUTHER[] PROGMEM = "deauther"; +static const char W_DEAUTHER[] PROGMEM = "deauth.me"; static const char W_WEBINTERFACE[] PROGMEM = "/web"; static const char W_DOWNLOAD[] PROGMEM = "download"; static const char W_STREAM[] PROGMEM = "application/octet-stream";