summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/bootos
diff options
context:
space:
mode:
Diffstat (limited to 'application/modules/user/views/scripts/bootos')
-rw-r--r--application/modules/user/views/scripts/bootos/index.phtml6
1 files changed, 0 insertions, 6 deletions
diff --git a/application/modules/user/views/scripts/bootos/index.phtml b/application/modules/user/views/scripts/bootos/index.phtml
index c0f201e..c39ac05 100644
--- a/application/modules/user/views/scripts/bootos/index.phtml
+++ b/application/modules/user/views/scripts/bootos/index.phtml
@@ -100,12 +100,6 @@
<?php if(Pbs_Acl::checkRight('boai')): ?>
<label>BootosID</label>
<div class='item'><?php echo $this->escape($bootos->getID()); ?>&nbsp;</div>
- <label>initPath</label>
- <div class='item'><?php echo $this->escape($bootos->getPath_init()); ?>&nbsp;</div>
- <label>kernelPath</label>
- <div class='item'><?php echo $this->escape($bootos->getPath_kernel()); ?>&nbsp;</div>
- <label>configPath</label>
- <div class='item'><?php echo $this->escape($bootos->getPath_config()); ?>&nbsp;</div>
<label>Default KCL</label>
<div class='item'><?php echo $this->escape($bootos->getDefaultkcl()); ?>&nbsp;</div>
<label>Source</label>