|
107 | 107 | 'validators' => array ( 0 => array ( 'type' => 'ISINT', |
108 | 108 | 'errmsg'=> 'limit_maildomain_error_notint'), |
109 | 109 | ), |
110 | | - 'default' => '-1', |
| 110 | + 'default' => '0', |
111 | 111 | 'value' => '', |
112 | 112 | 'separator' => '', |
113 | 113 | 'width' => '10', |
|
121 | 121 | 'validators' => array ( 0 => array ( 'type' => 'ISINT', |
122 | 122 | 'errmsg'=> 'limit_mailbox_error_notint'), |
123 | 123 | ), |
124 | | - 'default' => '-1', |
| 124 | + 'default' => '0', |
125 | 125 | 'value' => '', |
126 | 126 | 'separator' => '', |
127 | 127 | 'width' => '10', |
|
135 | 135 | 'validators' => array ( 0 => array ( 'type' => 'ISINT', |
136 | 136 | 'errmsg'=> 'limit_mailalias_error_notint'), |
137 | 137 | ), |
138 | | - 'default' => '-1', |
| 138 | + 'default' => '0', |
139 | 139 | 'value' => '', |
140 | 140 | 'separator' => '', |
141 | 141 | 'width' => '10', |
|
149 | 149 | 'validators' => array ( 0 => array ( 'type' => 'ISINT', |
150 | 150 | 'errmsg'=> 'limit_mailforward_error_notint'), |
151 | 151 | ), |
152 | | - 'default' => '-1', |
| 152 | + 'default' => '0', |
153 | 153 | 'value' => '', |
154 | 154 | 'separator' => '', |
155 | 155 | 'width' => '10', |
|
163 | 163 | 'validators' => array ( 0 => array ( 'type' => 'ISINT', |
164 | 164 | 'errmsg'=> 'limit_mailcatchall_error_notint'), |
165 | 165 | ), |
166 | | - 'default' => '-1', |
| 166 | + 'default' => '0', |
167 | 167 | 'value' => '', |
168 | 168 | 'separator' => '', |
169 | 169 | 'width' => '10', |
|
191 | 191 | 'validators' => array ( 0 => array ( 'type' => 'ISINT', |
192 | 192 | 'errmsg'=> 'limit_mailfilter_error_notint'), |
193 | 193 | ), |
194 | | - 'default' => '-1', |
| 194 | + 'default' => '0', |
195 | 195 | 'value' => '', |
196 | 196 | 'separator' => '', |
197 | 197 | 'width' => '10', |
|
205 | 205 | 'validators' => array ( 0 => array ( 'type' => 'ISINT', |
206 | 206 | 'errmsg'=> 'limit_mailfetchmail_error_notint'), |
207 | 207 | ), |
208 | | - 'default' => '-1', |
| 208 | + 'default' => '0', |
209 | 209 | 'value' => '', |
210 | 210 | 'separator' => '', |
211 | 211 | 'width' => '10', |
|
219 | 219 | 'validators' => array ( 0 => array ( 'type' => 'ISINT', |
220 | 220 | 'errmsg'=> 'limit_mailquota_error_notint'), |
221 | 221 | ), |
222 | | - 'default' => '-1', |
| 222 | + 'default' => '0', |
223 | 223 | 'value' => '', |
224 | 224 | 'separator' => '', |
225 | 225 | 'width' => '10', |
|
233 | 233 | 'validators' => array ( 0 => array ( 'type' => 'ISINT', |
234 | 234 | 'errmsg'=> 'limit_spamfilter_wblist_error_notint'), |
235 | 235 | ), |
236 | | - 'default' => '-1', |
| 236 | + 'default' => '0', |
237 | 237 | 'value' => '', |
238 | 238 | 'separator' => '', |
239 | 239 | 'width' => '10', |
|
247 | 247 | 'validators' => array ( 0 => array ( 'type' => 'ISINT', |
248 | 248 | 'errmsg'=> 'limit_spamfilter_user_error_notint'), |
249 | 249 | ), |
250 | | - 'default' => '-1', |
| 250 | + 'default' => '0', |
251 | 251 | 'value' => '', |
252 | 252 | 'separator' => '', |
253 | 253 | 'width' => '10', |
|
261 | 261 | 'validators' => array ( 0 => array ( 'type' => 'ISINT', |
262 | 262 | 'errmsg'=> 'limit_spamfilter_policy_error_notint'), |
263 | 263 | ), |
264 | | - 'default' => '-1', |
| 264 | + 'default' => '0', |
265 | 265 | 'value' => '', |
266 | 266 | 'separator' => '', |
267 | 267 | 'width' => '10', |
|
275 | 275 | 'validators' => array ( 0 => array ( 'type' => 'ISINT', |
276 | 276 | 'errmsg'=> 'limit_web_domain_error_notint'), |
277 | 277 | ), |
278 | | - 'default' => '-1', |
| 278 | + 'default' => '0', |
279 | 279 | 'value' => '', |
280 | 280 | 'separator' => '', |
281 | 281 | 'width' => '10', |
|
289 | 289 | 'validators' => array ( 0 => array ( 'type' => 'ISINT', |
290 | 290 | 'errmsg'=> 'limit_web_aliasdomain_error_notint'), |
291 | 291 | ), |
292 | | - 'default' => '-1', |
| 292 | + 'default' => '0', |
293 | 293 | 'value' => '', |
294 | 294 | 'separator' => '', |
295 | 295 | 'width' => '10', |
|
303 | 303 | 'validators' => array ( 0 => array ( 'type' => 'ISINT', |
304 | 304 | 'errmsg'=> 'limit_web_subdomain_error_notint'), |
305 | 305 | ), |
306 | | - 'default' => '-1', |
| 306 | + 'default' => '0', |
307 | 307 | 'value' => '', |
308 | 308 | 'separator' => '', |
309 | 309 | 'width' => '10', |
|
317 | 317 | 'validators' => array ( 0 => array ( 'type' => 'ISINT', |
318 | 318 | 'errmsg'=> 'limit_ftp_user_error_notint'), |
319 | 319 | ), |
320 | | - 'default' => '-1', |
| 320 | + 'default' => '0', |
321 | 321 | 'value' => '', |
322 | 322 | 'separator' => '', |
323 | 323 | 'width' => '10', |
|
331 | 331 | 'validators' => array ( 0 => array ( 'type' => 'ISINT', |
332 | 332 | 'errmsg'=> 'limit_shell_user_error_notint'), |
333 | 333 | ), |
334 | | - 'default' => '-1', |
| 334 | + 'default' => '0', |
335 | 335 | 'value' => '', |
336 | 336 | 'separator' => '', |
337 | 337 | 'width' => '10', |
|
345 | 345 | 'validators' => array ( 0 => array ( 'type' => 'ISINT', |
346 | 346 | 'errmsg'=> 'limit_dns_zone_error_notint'), |
347 | 347 | ), |
348 | | - 'default' => '-1', |
| 348 | + 'default' => '0', |
349 | 349 | 'value' => '', |
350 | 350 | 'separator' => '', |
351 | 351 | 'width' => '10', |
|
359 | 359 | 'validators' => array ( 0 => array ( 'type' => 'ISINT', |
360 | 360 | 'errmsg'=> 'limit_dns_record_error_notint'), |
361 | 361 | ), |
362 | | - 'default' => '-1', |
| 362 | + 'default' => '0', |
363 | 363 | 'value' => '', |
364 | 364 | 'separator' => '', |
365 | 365 | 'width' => '10', |
|
387 | 387 | 'validators' => array ( 0 => array ( 'type' => 'ISINT', |
388 | 388 | 'errmsg'=> 'limit_database_error_notint'), |
389 | 389 | ), |
390 | | - 'default' => '-1', |
| 390 | + 'default' => '0', |
391 | 391 | 'value' => '', |
392 | 392 | 'separator' => '', |
393 | 393 | 'width' => '10', |
|
0 commit comments