diff options
Diffstat (limited to 'phpBB/includes/acp/acp_database.php')
-rw-r--r-- | phpBB/includes/acp/acp_database.php | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/phpBB/includes/acp/acp_database.php b/phpBB/includes/acp/acp_database.php index 52da90ef4b..05208c9235 100644 --- a/phpBB/includes/acp/acp_database.php +++ b/phpBB/includes/acp/acp_database.php @@ -941,31 +941,4 @@ class acp_database } } -/** -* @package module_install -*/ -class acp_database_info -{ - function module() - { - return array( - 'filename' => 'acp_database', - 'title' => 'ACP_DATABASE', - 'version' => '1.0.0', - 'modes' => array( - 'backup' => array('title' => 'ACP_BACKUP', 'auth' => 'acl_a_backup'), - 'restore' => array('title' => 'ACP_RESTORE', 'auth' => 'acl_a_backup'), - ), - ); - } - - function install() - { - } - - function uninstall() - { - } -} - ?>
\ No newline at end of file |