From 2d6847495f204c6b50d378843ccff899d0fbe46c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 10 Sep 2012 19:18:44 +0400 Subject: fix OTP --- classes/auth/internal.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'classes/auth') diff --git a/classes/auth/internal.php b/classes/auth/internal.php index 8993116c6..37014ce47 100644 --- a/classes/auth/internal.php +++ b/classes/auth/internal.php @@ -32,11 +32,13 @@ class Auth_Internal extends Auth_Base { return false; } } else { + $return = urlencode($_REQUEST["return"]); ?> Tiny Tiny RSS -
- + + -- cgit v1.2.3