diff -r dc08c70ca550 -r e2cb5f1432c8 plugins/SpecialPageFuncs.php --- a/plugins/SpecialPageFuncs.php Sun Dec 02 15:27:21 2007 -0500 +++ b/plugins/SpecialPageFuncs.php Sun Dec 02 16:00:10 2007 -0500 @@ -172,6 +172,7 @@ exit; } $template->header(); + /* if ( !$session->get_permissions('create_page') ) { echo 'Wiki mode is disabled, only admins can create pages.'; @@ -181,6 +182,7 @@ exit; } + */ echo RenderMan::render('Using the form below you can create a page.'); ?>