Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorcardoso
    • CommentTimeJul 22nd 2007
     
    Hi all,

    I want to use plogger as a part of a larger system... how do I remove their login screen. I want to go streight to the uploads screen.

    Thanks a million!! I love this product!!

    Nelson
    •  
      CommentAuthormike
    • CommentTimeJul 22nd 2007
     
    Just open up /admin/plog-admin.php

    Remove
    28 if (!isset($_SESSION["plogger_logged_in"])){
    29 header("Location: index.php");
    30 exit;
    31 }


    You should be able to access any page without logging in
    • CommentAuthorcardoso
    • CommentTimeJul 23rd 2007
     
    hehe... now I feel stupid ;-) Thanks so much for the help. Worked like a charm.