Files
EasySoft-ZenTaoPMS/module/my/config.php
2011-09-18 07:48:31 +00:00

10 lines
272 B
PHP

<?php
$config->my->editprofile->requiredFields = 'account,realname';
$config->my->productCounts = 5;
$config->my->projectCounts = 5;
$config->my->dynamicCounts = 16;
$config->my->todoCounts = 10;
$config->my->taskCounts = 10;
$config->my->bugCounts = 10;