⚝
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
/
mnemo
/
templates
/
view
/
Edit File: view.html.php
<div class="horde-buttonbar"> <ul> <?php if (class_exists('Horde_Pdf_Writer')): ?> <li class="horde-icon"><?php echo Horde::widget(array('url' => $this->pdfurl, 'title' => _("Save as PDF"), 'class' => 'mnemo-pdf')) ?></li> <?php endif ?> <?php if ($this->edit): ?> <li class="horde-icon"><?php echo $this->edit ?></li> <?php endif ?> <?php if ($this->delete): ?> <li class="horde-icon"><?php echo $this->delete ?></li> <?php endif ?> </ul> </div> <div class="header"> <?php echo $this->h($this->desc) ?> </div> <div class="horde-header"> <table cellspacing="0" width="100%" class="nowrap"> <?php if ($this->tags): ?> <tr> <td class="horde-label"><strong><?php echo _("Tags") ?></strong> </td> <td width="100%"><?php echo $this->h($this->tags) ?></td> </tr> <?php endif ?> <?php if ($this->created): ?> <tr> <td class="horde-label"><strong><?php echo _("Created") ?></strong> </td> <td width="100%"> <?php echo $this->created ?> <?php echo $this->h($this->createdby) ?> </td> </tr> <?php endif ?> <?php if ($this->modified): ?> <tr> <td class="rightAlign"><strong><?php echo _("Last Modified") ?></strong> </td> <td width="100%"> <?php echo $this->modified ?> <?php echo $this->h($this->modifiedby) ?> </td> </tr> <?php endif ?> </table> </div> <?php if ($this->passphrase): ?> <div class="notePassphrase"> <form action="view.php" name="passphrase" method="post"> <?php echo Horde_Util::formInput() ?> <input type="hidden" name="memolist" value="<?php echo $this->h($this->listid) ?>" /> <input type="hidden" name="memo" value="<?php echo $this->h($this->id) ?>" /> <?php echo Horde::label('memo_passphrase', _("_Password")) ?>: <input type="password" id="mnemo-passphrase" name="memo_passphrase" /> <input type="submit" class="horde-default" value="<?php echo _("Decrypt") ?>" /> </form> </div> <?php else: ?> <div class="noteBody"> <?php echo $this->body ?> </div> <?php endif; ?>
Simpan