1. Open up admin/plog-globals.php in a text editor 2. Locate the following line if (!isset($_SESSION["plogger_logged_in"])){ (it's on or around line 33) and comment the whole if block out
Afterwards it should look like this:
/* if (!isset($_SESSION["plogger_logged_in"])){ header("Location: index.php"); exit; } */