⚝
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
/
flist
/
Edit File: select.html.php
<?php $o = $this->optionTag('', _("Select target folder:")) . $this->optionTag(null, '- - - - - - - - - -', false, array('disabled' => true)); if ($this->create) { $o .= $this->optionTag('', _("Create new folder"), false, array('class' => 'flistCreate')) . $this->optionTag(null, '- - - - - - - - - -', false, array('disabled' => true)); } foreach ($this->mboxes as $v) { $o .= $this->optionTag($v['ob'], $this->escape(str_repeat(' ', $v['level'] * 2) . $v['label']), $v['ob'] == $this->val); } echo $this->selectTag($this->tagname, $o, array('class' => 'flistSelect'));
Simpan