⚝
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
/
View File Name :
javascript_defs.php
(string)Horde::url('calendars/info.php', true), 'page_title' => $GLOBALS['registry']->get('name') . ' :: ', 'twentyFour' => intval($GLOBALS['prefs']->getValue('twentyFour')), 'view_url' => (string)Horde::url('view.php'), 'URI_AJAX' => $GLOBALS['registry']->getServiceLink('ajax', 'kronolith')->url, 'TOKEN' => $GLOBALS['session']->getToken(), 'deletetag_img' => (string)Horde_Themes::img('delete-small.png') ); /* Gettext strings used in core javascript files. */ $gettext = array( 'close' => _("Close"), 'enddate_error' => _("The end date must be later than the start date."), 'loading' => _("Loading ..."), ); $GLOBALS['page_output']->addInlineJsVars(array( '-var KronolithDate' => 'new Date(' . sprintf('%d, %d, %d', $currentDate->year, $currentDate->month - 1, $currentDate->mday) . ')', 'var KronolithText' => $gettext, 'var KronolithVar' => $var, 'var KronolithView' => (isset($view) && is_object($view)) ? $view->getName() : '' ), array('top' => true));