--- trunk/tntnet/dynamic/adm_template.ecpp 2007/11/28 23:23:13 91 +++ trunk/tntnet/dynamic/adm_template.ecpp 2007/11/29 05:21:04 92 @@ -20,7 +20,10 @@ <{ if (userName.size() == 0) +{ reply.setHeader("Refresh", "0; url=login"); + return HTTP_OK; +} tntdb::Connection conn = tntdb::connect(dburl);