
| Current Path : /usr/share/rainloop0/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : //usr/share/rainloop0/index.php |
<?php
if (!defined('APP_VERSION'))
{
define('APP_VERSION', '1.17.0');
define('APP_VERSION_TYPE', 'community');
define('APP_INDEX_ROOT_FILE', __FILE__);
define('APP_INDEX_ROOT_PATH', '/usr/share/rainloop/');
}
if (file_exists(APP_INDEX_ROOT_PATH.'include.php'))
{
include APP_INDEX_ROOT_PATH.'include.php';
}
else
{
echo '[105] Missing version directory';
exit(105);
}