upload
This commit is contained in:
@@ -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>`;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user