Files
iTop/application/startup.inc.php
Denis Flaven 966d4820ca - First implementation of documents
- 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]
2009-12-31 09:08:09 +00:00

8 lines
103 B
PHP

<?php
require_once('../application/utils.inc.php');
MetaModel::Startup(ITOP_CONFIG_FILE);
?>