We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33854f2 commit f5bb355Copy full SHA for f5bb355
interface/web/sites/form/web_vhost_domain.tform.php
@@ -349,6 +349,9 @@
349
'regex' => '@^((?!(.*\.\.)|(.*\./)|(.*//))[^/][\w/_\.\-]{1,100})?$@',
350
'errmsg'=> 'web_folder_error_regex'),
351
),
352
+ 'filters' => array( 0 => array( 'event' => 'SAVE',
353
+ 'type' => 'TRIM'),
354
+ ),
355
'formtype' => 'TEXT',
356
'default' => '',
357
'value' => '',
@@ -368,6 +371,9 @@
368
371
369
372
370
373
374
375
376
377
378
379
0 commit comments