summaryrefslogtreecommitdiffstats
path: root/application/modules/user/forms/Bootos.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/modules/user/forms/Bootos.php')
-rw-r--r--application/modules/user/forms/Bootos.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/application/modules/user/forms/Bootos.php b/application/modules/user/forms/Bootos.php
index c4b1c70..5e20a8a 100644
--- a/application/modules/user/forms/Bootos.php
+++ b/application/modules/user/forms/Bootos.php
@@ -121,20 +121,17 @@ class user_Form_Bootos extends Zend_Form
));
$this->addElement('file', 'kernel', array(
- 'required' => $filereq,
'readOnly' => $meta,
'label' => 'Kernel:',
));
$this->addElement('file', 'init', array(
- 'required' => $filereq,
'readOnly' => $meta,
'label' => 'Initramfs:',
));
$this->addElement('file', 'config', array(
'validators' => array(array('Extension', false, array('tgz'))),
- 'required' => $filereq,
'readOnly' => $meta,
'label' => 'Config:',
));