includes/paths.php
changeset 109 93ef7df77847
parent 93 95c4d91bd954
child 116 77c75179bb95
--- a/includes/paths.php	Wed Aug 29 18:23:37 2007 -0400
+++ b/includes/paths.php	Wed Aug 29 23:35:06 2007 -0400
@@ -89,8 +89,9 @@
     $this->addAdminNode('Users', 'Manage users', 'UserManager');
     $this->addAdminNode('Users', 'Edit groups', 'GroupManager');
     $this->addAdminNode('Users', 'COPPA support', 'COPPA');
-    $this->addAdminNode('Users', 'Ban control', 'BanControl');
     $this->addAdminNode('Users', 'Mass e-mail', 'MassEmail');
+    $this->addAdminNode('Security', 'Security log', 'SecurityLog');
+    $this->addAdminNode('Security', 'Ban control', 'BanControl');
     
     $code = $plugins->setHook('acl_rule_init');
     foreach ( $code as $cmd )