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