diff options
author | Matthias Schulte <post@lupo49.de> | 2011-09-11 13:11:30 +0200 |
---|---|---|
committer | Matthias Schulte <post@lupo49.de> | 2011-09-11 13:11:30 +0200 |
commit | 1614eb9180008daaf518e6271b82222219efc008 (patch) | |
tree | bd9b3138f288fbc6786f3b28c7f3d438bf79c36f /lib/plugins/acl/admin.php | |
parent | e2b5ad84f88d0bd1fe510fa74673cc7557c6e630 (diff) | |
parent | 29d511bfa507384ae0872f75fb54acb44b1e915e (diff) | |
download | rpg-1614eb9180008daaf518e6271b82222219efc008.tar.gz rpg-1614eb9180008daaf518e6271b82222219efc008.tar.bz2 |
Merge branch 'master' of http://github.com/splitbrain/dokuwiki
Diffstat (limited to 'lib/plugins/acl/admin.php')
-rw-r--r-- | lib/plugins/acl/admin.php | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/plugins/acl/admin.php b/lib/plugins/acl/admin.php index 53f6db0cc..a6b0624bc 100644 --- a/lib/plugins/acl/admin.php +++ b/lib/plugins/acl/admin.php @@ -31,20 +31,6 @@ class admin_plugin_acl extends DokuWiki_Admin_Plugin { var $specials = array(); /** - * return some info - */ - function getInfo(){ - return array( - 'author' => 'Andreas Gohr', - 'email' => 'andi@splitbrain.org', - 'date' => '2011-04-16', - 'name' => 'ACL Manager', - 'desc' => 'Manage Page Access Control Lists', - 'url' => 'http://dokuwiki.org/plugin:acl', - ); - } - - /** * return prompt for admin menu */ function getMenuText($language) { |