var minisrv_service_file = true; ssid_sessions[socket.ssid].loadSessionData(); if (ssid_sessions[socket.ssid].user_id != 0) { var errpage = doErrorPage(400, "You are not authorized to edit the primary account."); headers = errpage[0]; data = errpage[1]; } else { headers = `200 OK Connection: Keep-Alive Content-Type: text/html` data = `
|
| |||||
| |||||
| |||||
| |||||
| |||||
|
Subscriber:
`; var accounts = ssid_sessions[socket.ssid].listPrimaryAccountUsers(); var num_accounts = ssid_sessions[socket.ssid].getNumberOfUserAccounts(); if (num_accounts > 1) data += "Additional users: "; data += " | "; data += ` | ||||