9 lines
156 B
Plaintext

#load "../../lib/app.uce"
RENDER(Request& context)
{
starter_boot(context);
starter_user_logout(context);
starter_redirect("account/login", context);
}