File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
interface/web/client/form Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 963963 'limit_backup ' => array (
964964 'datatype ' => 'VARCHAR ' ,
965965 'formtype ' => 'CHECKBOX ' ,
966- 'default ' => 'n ' ,
966+ 'default ' => 'y ' ,
967967 'value ' => array (0 => 'n ' , 1 => 'y ' )
968968 ),
969969 'default_dnsserver ' => array (
Original file line number Diff line number Diff line change 488488 'limit_backup ' => array (
489489 'datatype ' => 'VARCHAR ' ,
490490 'formtype ' => 'CHECKBOX ' ,
491- 'default ' => 'n ' ,
491+ 'default ' => 'y ' ,
492492 'value ' => array (0 => 'n ' , 1 => 'y ' )
493493 ),
494494 'limit_dns_zone ' => array (
Original file line number Diff line number Diff line change 957957 'limit_backup ' => array (
958958 'datatype ' => 'VARCHAR ' ,
959959 'formtype ' => 'CHECKBOX ' ,
960- 'default ' => 'n ' ,
960+ 'default ' => 'y ' ,
961961 'value ' => array (0 => 'n ' , 1 => 'y ' )
962962 ),
963963 'default_dnsserver ' => array (
You can’t perform that action at this time.
0 commit comments