Files
iTop/approot.inc.php
Romain Quetiez d8bb6a45b2 REVIEWED THE FILE INCLUSION POLICY
- includes are relative to the application root folder, aka APPROOT
- changed the config file, while preserving the compatibility with older installs

SVN:trunk[962]
2010-11-22 17:53:52 +00:00

4 lines
51 B
PHP

<?php
define('APPROOT', dirname(__FILE__).'/');
?>