Files
EasySoft-ZenTaoPMS/module/system/config.php
T

7 lines
209 B
PHP

<?php
$config->system = new stdclass();
$config->system->groupPrivs = array();
$config->system->groupPrivs['deleteBackup'] = 'backup|delete';
$config->system->groupPrivs['restoreBackup'] = 'backup|restore';