var minisrv_service_file = true; var notAdminAlert = new clientShowAlert({ 'image': minisrv_config.config.service_logo, 'message': "Sorry, you are not configured as an admin on this server.

If you are the server operator, please
see user_config.example.json
for an example on how to configure yourself as an administrator.", 'buttonlabel1': "Ugh, fine.", 'buttonaction1': "client:donothing", 'noback': true, }).getURL(); headers = `200 OK Content-Type: text/html` data = ` ${minisrv_config.config.service_name} Tricks

${minisrv_config.config.service_name} Tricks


Info List Cookies
Visit Ultra Willie's! Clear Cookies
Blast Backlist Blast NVRAM
Show Services `; if (session_data.getSessionData("registered")) data += `Unregister This Box`; else data += `Register This Box` data += `
${minisrv_config.config.service_name} Admin
`;