> Could you or someone explain what > $HandleAuth['diff'] = $HandleAuth['source'] = 'edit'; > does? I don't have this in my config.php
It just means that ?action=diff (to read the history) and ?action=source (to read the source in wiki format) are to be treated like ?action=edit In my own site it means that, as edit is password protected, also history and source are password protected. You can of course adapt such a model to your own need. Luigi _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
