⚝
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
/
timeobjects
/
lib
/
View File Name :
Application.php
* @license http://www.horde.org/licenses/bsd BSD * @category Horde * @package TimeObjects */ /* Determine the base directories. */ if (!defined('TIMEOBJECTS_BASE')) { define('TIMEOBJECTS_BASE', realpath(__DIR__ . '/..')); } if (!defined('HORDE_BASE')) { /* If Horde does not live directly under the app directory, the HORDE_BASE * constant should be defined in config/horde.local.php. */ if (file_exists(TIMEOBJECTS_BASE . '/config/horde.local.php')) { include TIMEOBJECTS_BASE . '/config/horde.local.php'; } else { define('HORDE_BASE', realpath(TIMEOBJECTS_BASE . '/..')); } } /* Load the Horde Framework core (needed to autoload * Horde_Registry_Application::). */ require_once HORDE_BASE . '/lib/core.php'; class Timeobjects_Application extends Horde_Registry_Application { public $version = '2.1.4'; }