Files
iTop/application/startup.inc.php
Denis Flaven cc4219714a - completed the fix of the user object history (Trac #48)
- completed the implementation of truncated lists (Trac #61)
- Fixed the handling of the search form in the details page (Trac #29)

SVN:trunk[214]
2009-12-29 14:02:18 +00:00

10 lines
157 B
PHP

<?php
require_once('../application/utils.inc.php');
$g_oConfig = new Config('../config-itop.php');
MetaModel::Startup('../config-itop.php');
?>