⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.97
Server IP:
41.128.143.86
Server:
Linux host.raqmix.cloud 6.8.0-1025-azure #30~22.04.1-Ubuntu SMP Wed Mar 12 15:28:20 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.3.23
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
psa-horde
/
templates
/
tree
/
Edit File: menu.html.php
<?php foreach ($this->rootItems as $item): ?> <div class="horde-navipoint"> <div class="horde-point-left<?php if ($this->items[$item]['active']): ?>-active<?php endif ?>"></div> <ul class="horde-dropdown"> <li> <div class="<?php echo $this->items[$item]['class'] ?>"> <a class="horde-mainnavi<?php if ($this->items[$item]['active']): ?>-active<?php endif ?>" href="<?php echo $this->items[$item]['url'] ?: '#' ?>"<?php if (!empty($this->items[$item]['target'])) echo ' target="' . $this->items[$item]['target'] . '"'?><?php if (!empty($this->items[$item]['onclick'])) echo ' onclick="' . htmlspecialchars($this->items[$item]['onclick']) . '"'?>> <?php if (!empty($this->items[$item]['children']) && empty($this->items[$item]['noarrow'])): ?> <span class="horde-point-arrow<?php if ($this->items[$item]['active']): ?>-active<?php endif ?>">▾</span> <?php endif ?> <?php echo htmlspecialchars($this->items[$item]['label']) ?> </a> </div> <?php if (!empty($this->items[$item]['children'])): ?> <?php echo $this->renderPartial('submenu', array('locals' => array('items' => $this->items[$item]['children']))) ?> <?php endif ?> </li> </ul> <div class="horde-point-right<?php if ($this->items[$item]['active']): ?>-active<?php endif ?>"></div> </div> <?php endforeach ?>
Simpan