This commit is contained in:
Ryder
2026-05-05 01:08:26 +01:00
parent 778c0a2827
commit 02a3eef5e7
31 changed files with 2540 additions and 97 deletions

View File

@@ -15,7 +15,7 @@ if (!password && request_headers.cookie) {
if (pm) password = decodeURIComponent(pm[1]);
}
if (email && email.indexOf('@') < 0) email += "@"+minisrv_config.config.service_name;
if (email && email.indexOf('@') < 0) email += "@"+minisrv_config.config.domain_name;
let userAvail = false;
if (email) {
@@ -83,4 +83,4 @@ data = `<HTML xmlns:msntv>
</BODY>
</HTML>`;
}
}