mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
12 lines
208 B
PHP
12 lines
208 B
PHP
<?php
|
|
|
|
define('APPROOT', dirname(__FILE__).'/');
|
|
define('APPCONF', APPROOT.'conf/');
|
|
|
|
/**
|
|
* iTop framework Version
|
|
*/
|
|
define('ITOP_DESIGN_LATEST_VERSION', '3.0');
|
|
|
|
require_once APPROOT.'bootstrap.inc.php';
|