⚝
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
/
dynamic
/
Edit File: day.inc
<div id="kronolithViewDay" style="display:none"> <div id="kronolithLoadingday" class="kronolithLoading"></div> <div class="kronolith-view-head"> <table class="kronolith-view kronolithViewDay"> <thead> <tr> <td class="kronolith-first-col"> </td> <td><?php echo _("Events for this day") ?></td> </tr> </thead> <tbody> <tr class="kronolith-all-day"> <td class="kronolith-first-col"><span><?php echo _("All day") ?></span></td> <td><div class="kronolithAllDayContainer"> </div></td> </tr> </tbody> </table> </div> <div class="kronolithViewBody"> <div class="kronolithViewBodyContainer"> <table class="kronolith-view kronolithViewDay"> <tbody id="kronolithViewDayBody"> <?php for ($i = 0; $i < 24; $i++): ?> <tr<?php if ($i < 9 || $i > 19) echo ' class="kronolithNight"' ?>> <td class="kronolith-first-col"><span><?php echo $ampm ? ($i % 12 ? ($i % 12): 12) : $i ?>:00</span></td> <td> </td> </tr> <?php endfor; ?> </tbody> </table> <div id="kronolithEventsDay"></div> </div> </div> </div>
Simpan