diff -r 0f039028f7a5 -r 7846d45bd250 plugins/SpecialPageFuncs.php --- a/plugins/SpecialPageFuncs.php Thu Nov 22 02:10:12 2007 -0500 +++ b/plugins/SpecialPageFuncs.php Fri Nov 23 17:59:24 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.'); ?>