mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
11 lines
211 B
PHP
11 lines
211 B
PHP
<?php
|
|
define('ITOP_VERSION', '0.9');
|
|
define('ITOP_REVISION', '$WCREV$');
|
|
define('ITOP_BUILD_DATE', '$WCNOW$');
|
|
|
|
require_once('../application/utils.inc.php');
|
|
|
|
MetaModel::Startup(ITOP_CONFIG_FILE);
|
|
|
|
?>
|