install.php 207 B

1234567891011
  1. <?php
  2. /* For licensing terms, see /license.txt */
  3. /**
  4. * Install
  5. * @author Enrique Alcaraz Lopez
  6. * @package chamilo.plugin.redirection
  7. */
  8. api_protect_admin_script();
  9. RedirectionPlugin::create()->install();