summaryrefslogtreecommitdiffstats
path: root/application/forms/BootosCreate.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/forms/BootosCreate.php')
-rw-r--r--application/forms/BootosCreate.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/forms/BootosCreate.php b/application/forms/BootosCreate.php
index 8f699ce..0377197 100644
--- a/application/forms/BootosCreate.php
+++ b/application/forms/BootosCreate.php
@@ -56,7 +56,7 @@ class Application_Form_BootosCreate extends Zend_Form
$this->addElement('text', 'path_init', array(
'filters' => array('StringTrim'),
'validators' => array(
- array('StringLength', false, array(0, 50)),
+ array('StringLength', false, array(0, 250)),
),
'required' => true,
'size' => 50,
@@ -66,7 +66,7 @@ class Application_Form_BootosCreate extends Zend_Form
$this->addElement('text', 'path_kernel', array(
'filters' => array('StringTrim'),
'validators' => array(
- array('StringLength', false, array(0, 50)),
+ array('StringLength', false, array(0, 250)),
),
'required' => true,
'size' => 50,