for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
*
* Database Optimize & Repair Tool
* @copyright (c) 2013 Matt Friedman
* @license GNU General Public License, version 2 (GPL-2.0)
*/
namespace vse\dbtool\acp;
* @package module_install
class dbtool_info
{
public function module()
return [
'filename' => '\vse\dbtool\acp\dbtool_module',
'title' => 'ACP_OPTIMIZE_REPAIR',
'modes' => [
'view' => ['title' => 'ACP_OPTIMIZE_REPAIR', 'auth' => 'ext_vse/dbtool && acl_a_backup', 'cat' => ['ACP_CAT_DATABASE']],
],
];
}