From cdbcb2778a8aef8ad4677056c42cb3caad18cd0c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 28 Jan 2014 01:39:24 +0400 Subject: move Zoom stylesheet to a separate file update stylesheet/javascript tag helpers to return output instead of printing it --- plugins/auth_internal/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/auth_internal/init.php') diff --git a/plugins/auth_internal/init.php b/plugins/auth_internal/init.php index 3c38ab8bf..32ec276a7 100644 --- a/plugins/auth_internal/init.php +++ b/plugins/auth_internal/init.php @@ -51,7 +51,7 @@ class Auth_Internal extends Plugin implements IAuthModule { $return = urlencode($_REQUEST["return"]); ?> Tiny Tiny RSS - +
-- cgit v1.2.3-54-g00ecf From a0dfd7ef88dc164042fc8f6dff60458fdc36ce83 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 3 May 2014 18:37:08 +0000 Subject: fix several login parameters not being passed through OTP form --- plugins/auth_internal/init.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugins/auth_internal/init.php') diff --git a/plugins/auth_internal/init.php b/plugins/auth_internal/init.php index 32ec276a7..dc49229f6 100644 --- a/plugins/auth_internal/init.php +++ b/plugins/auth_internal/init.php @@ -58,6 +58,9 @@ class Auth_Internal extends Plugin implements IAuthModule { + "> + "> + "> -- cgit v1.2.3-54-g00ecf