mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
WebMods: Delete obsolete login.tpl template. The login form has been
on / and /help and so on for some months. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1934 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -563,7 +563,8 @@ CWebSock::EPageReqResult CWebSock::OnPageRequestInternal(const CString& sURI, CS
|
||||
return PAGE_DEFERRED;
|
||||
}
|
||||
|
||||
return PrintTemplate("login", sPageRet);
|
||||
Redirect("/"); // the login form is here
|
||||
return PAGE_DONE;
|
||||
} else if (sURI.Left(5) == "/pub/") {
|
||||
return PrintStaticFile(sURI, sPageRet);
|
||||
} else if (sURI.Left(11) == "/skinfiles/") {
|
||||
|
||||
Reference in New Issue
Block a user