⚝
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
/
mnemo
/
templates
/
data
/
Edit File: export.inc
<h1 class="header"><?php echo _("Export Notes") ?></h1> <form method="post" name="export" action="<?php echo $GLOBALS['registry']->downloadUrl(_("notes.csv")) ?>"> <input type="hidden" name="actionID" value="export" /> <div class="horde-content"> <?php echo Horde::label('exportID', _("Select the export format:")) ?><br /> <select id="exportID" name="exportID"> <option value="<?php echo Horde_Data::EXPORT_CSV ?>">CSV</option> </select> </div> <div class="horde-form-buttons"> <input type="submit" value="<?php echo _("Export") ?>" class="horde-default" /> </div> </form>
Simpan