plugins/SpecialPageFuncs.php
changeset 304 e2cb5f1432c8
parent 221 e5302cb1945c
parent 285 7846d45bd250
child 326 ab66d6d1f1f4
--- 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.');
   ?>
   <form action="" method="post">