⚝
One Hat Cyber Team
⚝
Your IP:
216.73.217.4
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
/
ingo
/
templates
/
basic
/
menu
/
Edit File: menu.html.php
<?php if ($this->options): ?> <form action="<?php echo $this->formurl ?>" method="post" name="rulesetsmenu"> <div style="float:right"> <label for="ruleset" class="hidden"><?php echo _("Select ruleset to display") ?>:</label> <select id="ruleset" name="ruleset" onchange="document.rulesetsmenu.submit(); return false;"> <option value=""><?php echo _("Select ruleset to display") ?>:</option> <?php foreach ($this->options as $v): ?> <?php echo $this->optionTag($v['val'], $v['name'], $v['selected']) ?> <?php endforeach; ?> </select> </div> </form> <?php endif; ?>
Simpan