mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
7 lines
128 B
PHP
7 lines
128 B
PHP
<?php
|
|
|
|
define('APPROOT', dirname(__FILE__).'/');
|
|
define('APPCONF', APPROOT.'conf/');
|
|
|
|
require_once APPROOT.'bootstrap.inc.php';
|