startup.inc.php 103 B

1234567
  1. <?php
  2. require_once('../application/utils.inc.php');
  3. MetaModel::Startup(ITOP_CONFIG_FILE);
  4. ?>