11 lines
313 B
PHP
11 lines
313 B
PHP
<?php
|
|
$config->my = new stdclass();
|
|
$config->my->editprofile = new stdclass();
|
|
$config->my->editprofile->requiredFields = 'account,realname';
|
|
|
|
$config->my->dynamicCounts = 14;
|
|
$config->my->todoCounts = 10;
|
|
$config->my->taskCounts = 10;
|
|
$config->my->bugCounts = 10;
|
|
$config->my->storyCounts = 10;
|