On Sat, Apr 08, 2006 at 12:15:57AM -0400, Dillama wrote:
> How would I be able to disable the History action (?action=diff)? I
> don't just want it off the menu, but that function not available at all
> (even typed into URL).
Add the following to your local/config.php:
    if ($action == 'diff') $action='browse';
Pm