plugins/SpecialPageFuncs.php
changeset 285 7846d45bd250
parent 194 bf0fdec102e9
child 304 e2cb5f1432c8
child 315 f49e3c8b638c
--- 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.');
   ?>
   <form action="" method="post">