Very small plugin that forces users to login to view blog content.
Yes! A variable called $redirect_to (line 33) is currently set to redirect the user to the page they were trying to access. If you changed that line from
$redirect_to = $_SERVER['REQUEST_URI'];
to
$redirect_to = '/';
it would redirect the user to the home page.
Requires: 2.0.2 or higher
Compatible up to: 2.1
Last Updated: 2009-1-27
Downloads: 11,642
Got something to say? Need help?