⚝
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
/
kronolith
/
templates
/
data
/
Edit File: import.inc
<form method="post" name="import_form" enctype="multipart/form-data" action="data.php"> <?php Horde_Util::pformInput() ?> <input type="hidden" name="actionID" value="<?php echo htmlspecialchars($next_step) ?>" /> <input type="hidden" name="import_step" value="<?php echo (int)$import_step ?>" /> <h1 class="header"> <?php printf(_("Import Calendar, Step %d"), (int)$import_step) ?> </h1> <div class="horde-content"> <?php echo Horde::label('import_format', _("Select the format of the source file:")) ?><br /> <select id="import_format" name="import_format"> <option value="csv"><?php echo _("Comma separated values") ?></option> <option value="icalendar"><?php echo _("vCalendar/iCalendar") ?></option> </select><br /> <?php if (!$prefs->isLocked('default_share') && count($import_calendars ) > 1): ?> <?php echo Horde::label('importCal', _("Select the calendar to import to:")) ?><br /> <select id="importCal" name="importCal"> <?php foreach ($import_calendars as $id => $cal): ?> <option value="<?php echo htmlspecialchars($id) ?>"><?php echo htmlspecialchars($cal->name()) ?></option> <?php endforeach ?> </select><br /><br /> <?php else: ?> <input type="hidden" name="importCal" value="internal_<?php echo htmlspecialchars(Kronolith::getDefaultCalendar(Horde_Perms::EDIT)) ?>" /> <?php endif; ?> <?php echo Horde::label('import_file', _("Select the file to import:")) ?><br /> <input type="file" id="import_file" name="import_file" size="40" /> <br /><br /> <input type="checkbox" class="checkbox" name="purge" id="purge" value="1" /> <?php echo Horde::label('purge', _("Replace existing calendar with the imported one? <strong>Warning: This deletes all entries in your current calendar.</strong>")) ?> </div> <div class="horde-form-buttons"> <input type="submit" value="<?php echo _("Next") ?>" class="horde-default" /> </div> </form>
Simpan