changeset 34588 | 0d9928a67254 |
parent 34587 | b50c036494dc |
child 34589 | 883d06211973 |
34587:b50c036494dc | 34588:0d9928a67254 |
---|---|
728 default='-', |
728 default='-', |
729 ) |
729 ) |
730 coreconfigitem('web', 'ipv6', |
730 coreconfigitem('web', 'ipv6', |
731 default=False, |
731 default=False, |
732 ) |
732 ) |
733 coreconfigitem('web', 'maxshortchanges', |
|
734 default=60, |
|
735 ) |
|
733 coreconfigitem('web', 'motd', |
736 coreconfigitem('web', 'motd', |
734 default='', |
737 default='', |
735 ) |
738 ) |
736 coreconfigitem('web', 'name', |
739 coreconfigitem('web', 'name', |
737 default=dynamicdefault, |
740 default=dynamicdefault, |