##// END OF EJS Templates
configitems: register the 'web.allowzip' config
Boris Feld -
r34605:dcd6b662 default
parent child Browse files
Show More
@@ -724,6 +724,9 b" coreconfigitem('web', 'allowpull',"
724 coreconfigitem('web', 'allow_push',
724 coreconfigitem('web', 'allow_push',
725 default=list,
725 default=list,
726 )
726 )
727 coreconfigitem('web', 'allowzip',
728 default=None,
729 )
727 coreconfigitem('web', 'accesslog',
730 coreconfigitem('web', 'accesslog',
728 default='-',
731 default='-',
729 )
732 )
General Comments 0
You need to be logged in to leave comments. Login now