plugins/SpecialAdmin.php
changeset 140 40f7fa5fd061
parent 133 af0f6ec48de3
child 142 ca9118d9c0f2
--- a/plugins/SpecialAdmin.php	Thu Sep 20 11:27:49 2007 -0400
+++ b/plugins/SpecialAdmin.php	Sun Sep 23 18:42:16 2007 -0400
@@ -42,6 +42,7 @@
 // Admin pages that were too enormous to be in this file were split off into the plugins/admin/ directory in 1.0.1
 require(ENANO_ROOT . '/plugins/admin/PageGroups.php');
 require(ENANO_ROOT . '/plugins/admin/SecurityLog.php');
+require(ENANO_ROOT . '/plugins/admin/UserManager.php');
 
 // function names are IMPORTANT!!! The name pattern is: page_<namespace ID>_<page URLname, without namespace>
 
@@ -838,6 +839,7 @@
   <?php
 }
 
+/*
 function page_Admin_UserManager() {
   global $db, $session, $paths, $template, $plugins; // Common objects
   if ( $session->auth_level < USER_LEVEL_ADMIN || $session->user_level < USER_LEVEL_ADMIN )
@@ -1105,6 +1107,7 @@
     $db->free_result();
   }
 }
+*/
 
 function page_Admin_GroupManager()
 {