mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-26 13:44:19 +01:00
- small cleanup to remove a global Config variable (and removed some deprecated utils:: functions) - removed the 'DocumentVersion' object since previous versions are now tracked as normal change objects. SVN:trunk[220]
8 lines
103 B
PHP
8 lines
103 B
PHP
<?php
|
|
|
|
require_once('../application/utils.inc.php');
|
|
|
|
MetaModel::Startup(ITOP_CONFIG_FILE);
|
|
|
|
?>
|