⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.50
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
/
turba
/
templates
/
search
/
Edit File: basic.html.php
<?php if (count($this->addressBooks) > 1): ?> <strong><label for="source"><?php echo _("From") ?></label></strong> <select id="turbaSearchSource" name="source" onchange="TurbaSearch.updateCriteria();"> <?php foreach ($this->addressBooks as $key => $entry): ?> <option<?php echo $key == $this->source ? ' selected="selected"' : '' ?> value="<?php echo $key ?>"><?php echo $this->h($entry['title']) ?></option> <?php endforeach; ?> </select> <?php endif; ?> <strong><label for="criteria"><?php echo _("Find") ?></label></strong> <select id="turbaSearchCriteria" name="criteria"> <option value=""><?php echo _("All") ?></option> <?php foreach ($this->addressBooks[$this->source]['search'] as $field): ?> <option<?php if (count($this->criteria) == 1 && key($this->criteria) == $field) echo ' selected="selected"' ?> value="<?php echo $field ?>"><?php echo $this->h($this->attributes[$field]['label']) ?></option> <?php endforeach ?> </select> <strong><label for="val"><?php echo _("Matching") ?></label></strong> <input type="text" size="30" id="val" name="val" value="<?php echo $this->h($this->val) ?>" /> <input class="horde-default" type="submit" name="search" value="<?php echo _("Search") ?>" />
Simpan