diff options
Diffstat (limited to 'phpBB/includes/acp/info/acp_database.php')
-rw-r--r-- | phpBB/includes/acp/info/acp_database.php | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/phpBB/includes/acp/info/acp_database.php b/phpBB/includes/acp/info/acp_database.php deleted file mode 100644 index 85c3c8b21c..0000000000 --- a/phpBB/includes/acp/info/acp_database.php +++ /dev/null @@ -1,38 +0,0 @@ -<?php -/** -* -* @package acp -* @version $Id$ -* @copyright (c) 2005 phpBB Group -* @license http://opensource.org/licenses/gpl-license.php GNU Public License -* -*/ - -/** -* @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', 'cat' => array('ACP_CAT_DATABASE')), - 'restore' => array('title' => 'ACP_RESTORE', 'auth' => 'acl_a_backup', 'cat' => array('ACP_CAT_DATABASE')), - ), - ); - } - - function install() - { - } - - function uninstall() - { - } -} - -?>
\ No newline at end of file |