idfk
This commit is contained in:
@@ -4,10 +4,23 @@ const minisrv_service_file = true;
|
||||
|
||||
headers = `Content-type: text/html`;
|
||||
|
||||
if ( session_data && session_data.isRegistered() ) {
|
||||
data = `<html>
|
||||
<head>
|
||||
<title id="title"></title>
|
||||
</head>
|
||||
<body>
|
||||
<iframe id="checkmail" style="display:none"></iframe>
|
||||
<script language="javascript">
|
||||
|
||||
</script>
|
||||
</body>
|
||||
</html>`;
|
||||
} else {
|
||||
data = `<html>
|
||||
<head>
|
||||
<title id="title"></title>
|
||||
</head>
|
||||
<body>
|
||||
<iframe id="checkmail" style="display:none"></iframe>
|
||||
<script language="javascript">
|
||||
@@ -29,4 +42,5 @@ data = `<html>
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>`;
|
||||
</html>`;
|
||||
}
|
||||
Reference in New Issue
Block a user