On Wed, Aug 25, 2010 at 12:38 PM, Steve Glover <[email protected]> wrote: > I have an instance of PmWiki on one machine that will be mirrored on others: > naturally, I want to prevent editing on the mirrors, but I still need to let > people log in to access particular content areas.
Does something this simple work? if ($action == 'edit') $action = 'browse'; -Peter _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
