[pmwiki-users] commenting to private pages
Hans
design5 at softflow.co.uk
Tue Dec 19 15:33:38 CST 2006
Tuesday, December 19, 2006, 9:25:55 PM, Hans wrote:
> if($FoxAuth=='read') $page = ReadPage($targetname);
> else $page = RetrieveAuthPage($targetname, $FoxAuth, true);
looking at this, perhaps it is better to add a "low permission" level to
$FoxAuth:
if($FoxAuth=='freepost') $page = ReadPage($targetname);
else $page = RetrieveAuthPage($targetname, $FoxAuth, true);
Of course an admin can set $FoxAuth differently for different pages as
local configurations.
Hans
More information about the pmwiki-users
mailing list