Files
Chamilo/plugin/redirection/install.php
2025-08-14 22:39:38 +02:00

13 lines
217 B
PHP

<?php
/* For licensing terms, see /license.txt */
/**
* Install.
*
* @author Enrique Alcaraz Lopez
*
* @package chamilo.plugin.redirection
*/
api_protect_admin_script();
RedirectionPlugin::create()->install();