diff options
Diffstat (limited to 'phpBB/includes/acp/acp_words.php')
-rw-r--r-- | phpBB/includes/acp/acp_words.php | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/phpBB/includes/acp/acp_words.php b/phpBB/includes/acp/acp_words.php index bea148b057..fce4757a3c 100644 --- a/phpBB/includes/acp/acp_words.php +++ b/phpBB/includes/acp/acp_words.php @@ -154,30 +154,4 @@ class acp_words } } -/** -* @package module_install -*/ -class acp_words_info -{ - function module() - { - return array( - 'filename' => 'acp_words', - 'title' => 'ACP_WORDS', - 'version' => '1.0.0', - 'modes' => array( - 'words' => array('title' => 'ACP_WORDS', 'auth' => 'acl_a_words'), - ), - ); - } - - function install() - { - } - - function uninstall() - { - } -} - ?>
\ No newline at end of file |