Files
iTop/approot.inc.php
2021-12-23 14:14:51 +01:00

12 lines
208 B
PHP

<?php
define('APPROOT', dirname(__FILE__).'/');
define('APPCONF', APPROOT.'conf/');
/**
* iTop framework Version
*/
define('ITOP_DESIGN_LATEST_VERSION', '3.1');
require_once APPROOT.'bootstrap.inc.php';