On Fri, Jan 18, 2008 at 03:22:48PM -0500, Gabriel Beal wrote:
> Hi-
>
> I have the author-required option enabled across my wiki, but I
> would like to disable it for just the Sandbox page. Is there a way to
> do this? Thanks,
In local/Main.Sandbox.php:
$EnablePostAuthorRequired = 0;
Pm