mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-15 05:04:09 +02:00
[ticket/12564] Remove version definition from ACP/MCP/UCP module info files
PHPBB3-12564
This commit is contained in:
@@ -17,7 +17,6 @@ class acp_database_info
|
||||
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')),
|
||||
|
Reference in New Issue
Block a user