diff --git a/ESP32_Server_900u/data/index.html b/ESP32_Server_900u/data/index.html index 90cc5f8..5fc6b83 100644 --- a/ESP32_Server_900u/data/index.html +++ b/ESP32_Server_900u/data/index.html @@ -1762,9 +1762,11 @@

Kameleon 900FW var jsvalue_leak = null; - while (jsvalue_leak === null) { + while (jsvalue_leak === null) + { Object.defineProperties({}, props); for(var i = fastmalloc.indexOf("\u0042\u0044\u0043\u0041\u0000\u0000\u00fe\u00ff");; i++) + { if (fastmalloc.charCodeAt(i) == 0x42 && fastmalloc.charCodeAt(i + 1) == 0x44 && fastmalloc.charCodeAt(i + 2) == 0x43 && @@ -1777,7 +1779,7 @@

Kameleon 900FW ) { jsvalue_leak = stringToPtr(fastmalloc, i + 32); break; - } + } } }