[pmwiki-users] $DefaultGroup and Name

Patrick R. Michaud pmichaud at pobox.com
Tue Sep 12 13:48:35 CDT 2006


On Tue, Sep 12, 2006 at 07:37:32PM +0100, Marc Cooper wrote:
> 
> Thinks: If authuser.php is the problem, I'm happy to add a field 
> specific include prior to calling it.

This is by far the easiest thing to do (and also the solution
I was going to suggest).

    if (file_exists("local/fieldconfig.php"))
      include_once("local/fieldconfig.php");

Pm




More information about the pmwiki-users mailing list