mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
- completed the implementation of truncated lists (Trac #61) - Fixed the handling of the search form in the details page (Trac #29) SVN:trunk[214]
10 lines
157 B
PHP
10 lines
157 B
PHP
<?php
|
|
|
|
require_once('../application/utils.inc.php');
|
|
|
|
$g_oConfig = new Config('../config-itop.php');
|
|
|
|
MetaModel::Startup('../config-itop.php');
|
|
|
|
?>
|