mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
15 lines
337 B
PHP
15 lines
337 B
PHP
<?php
|
|
|
|
define('APPROOT', dirname(__FILE__).'/');
|
|
define('APPCONF', APPROOT.'conf/');
|
|
|
|
/**
|
|
* iTop Datamodel XML format version
|
|
* And also iTop core version
|
|
*
|
|
* To test for iTop core version use this constant instead of {@link ITOP_VERSION} !
|
|
*/
|
|
define('ITOP_DESIGN_LATEST_VERSION', '3.1');
|
|
|
|
require_once APPROOT.'bootstrap.inc.php';
|