[Pmwiki-users] PmWiki offline

Patrick R. Michaud pmichaud
Wed Dec 1 06:52:22 CST 2004


On Wed, Dec 01, 2004 at 11:12:26AM +0100, Knut Alboldt wrote:
> Ciaran wrote:
> >*However* <g> Is it possible to remove the edit action entirely via
> >local/config.php, 
> 
> just enter this line:
> 
> 	if ($action=='edit') $action='browse';

Or even just:

   $action = 'browse';

which means that *all* a user can do is browse the wiki (no upload,
page history, page attributes, etc.)

Pm



More information about the pmwiki-users mailing list