diff options
Diffstat (limited to 'phpBB/includes/ucp/ucp_zebra.php')
-rw-r--r-- | phpBB/includes/ucp/ucp_zebra.php | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/phpBB/includes/ucp/ucp_zebra.php b/phpBB/includes/ucp/ucp_zebra.php index 99abeb7133..cfe1fb9071 100644 --- a/phpBB/includes/ucp/ucp_zebra.php +++ b/phpBB/includes/ucp/ucp_zebra.php @@ -229,31 +229,4 @@ class ucp_zebra } } -/** -* @package module_install -*/ -class ucp_zebra_info -{ - function module() - { - return array( - 'filename' => 'ucp_zebra', - 'title' => 'UCP_ZEBRA', - 'version' => '1.0.0', - 'modes' => array( - 'friends' => array('title' => 'UCP_ZEBRA_FRIENDS', 'auth' => ''), - 'foes' => array('title' => 'UCP_ZEBRA_FOES', 'auth' => ''), - ), - ); - } - - function install() - { - } - - function uninstall() - { - } -} - ?>
\ No newline at end of file |