Re: [Phplib-users] minor problem(?) with Auth feature
Brought to you by:
nhruby,
richardarcher
From: kalle \(Camelot\) <ka...@ca...> - 2001-11-15 02:45:30
|
> The version of the script that failed looked like this: > > <?php > page_open(array("sess" => "Gili_Session", "auth" => "Gili_auth")); > > <actual code here> > ?> > > And with the "harmless" change: > > <?php > page_open(array("sess" => "Gili_Session", "auth" => "Gili_auth")); > ?> > <?php > <actual code here> > ?> so what happend? Not asking anything triggers no aks. |