mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
- includes are relative to the application root folder, aka APPROOT - changed the config file, while preserving the compatibility with older installs SVN:trunk[962]
4 lines
51 B
PHP
4 lines
51 B
PHP
<?php
|
|
define('APPROOT', dirname(__FILE__).'/');
|
|
?>
|