Date: 07/14/01
- Next message: Tarique Sani
email protected>>: "Re: [phplib] [OT] power of php cache compilers w phplib" - Previous message: giancarlo pinerolo: "Re: [phplib] [OT] power of php cache compilers w phplib"
- In reply to: Jesse Swensen: "Re: [phplib] login page help"
- Next in thread: Clemens Hermann: "Re: [phplib] Peace and love"
- Reply: Clemens Hermann: "Re: [phplib] Peace and love"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I am sorry, and please excuse me if I looked like being somehow
prepotent on this issue yesterday, but I dedicated quite a few hours to
sort these 2 lines of code.
This (a separate login form) is a faq, as the 'cancel login' button or
the possibility to press 'back' when facing the loginform.
I'd like someone more experienced than me to intervene on issues like
the good or bads of preauth, $nobody, permission schemes, and other
vital choices, because I too prefer to learn than to teach
Peace and love.
Giancarlo
> welcome page
>
> <?
> page_open(array("sess" => "Example_Session",
> "auth" => "Example_Default_Auth", // you need this
> "perm" => "Example_Perm", "user" => "Example_User"));
>
> if (!$auth->auth["uid"]=$auth->auth_validatelogin())
> {
> $auth->login_if("doit");
> }
> ?>
> WELCOME USER
> <?
> page_close();
> ?>
-- Abbestellen mit Mail an: phplib-unsubscribe <email protected> Kommandoliste mit Mail an: phplib-help <email protected>
- Next message: Tarique Sani
email protected>>: "Re: [phplib] [OT] power of php cache compilers w phplib" - Previous message: giancarlo pinerolo: "Re: [phplib] [OT] power of php cache compilers w phplib"
- In reply to: Jesse Swensen: "Re: [phplib] login page help"
- Next in thread: Clemens Hermann: "Re: [phplib] Peace and love"
- Reply: Clemens Hermann: "Re: [phplib] Peace and love"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

