autoload.inc.php 200 B

123456789
  1. <?php
  2. /**
  3. * Set up the Chamilo autoload stack. Can be called several time if needed also
  4. * better to avoid it.
  5. */
  6. require_once dirname(__FILE__) . '/lib/autoload.class.php';
  7. Autoload::register();