Add files via upload

pull/2487/head
Enrique Alcaraz 8 years ago committed by GitHub
parent 30b46de67d
commit 4dd0edb1f8
  1. 1
      plugin/redirection/config.php
  2. 4
      plugin/redirection/plugin.php
  3. 5
      plugin/redirection/uninstall.php

@ -8,4 +8,3 @@
require_once __DIR__.'/../../main/inc/global.inc.php';
require_once __DIR__.'/lib/PluginRedirection.php';

@ -1,7 +1,7 @@
<?php
/* For licensing terms, see /license.txt */
/**
* Config the plugin
* Plugin
* @author Enrique Alcaraz Lopez
* @package chamilo.plugin.redirection
*/
@ -21,6 +21,4 @@ $form = new FormValidator('redirection_form');
$form->addElement('text', 'user_id', get_lang('user_id'));
$form->addElement('text', 'url', get_lang('url'));
$form->addButtonSave(get_lang('Save'), 'submit_button');
$plugin_info['settings_form'] = $form;

@ -1,7 +1,8 @@
<?php
/* For licensing terms, see /license.txt */
/**
* Config the plugin
* @author Enrique Alcaraz Lopez
* Uninstall the plugin
* @author Enrique Alcaraz Lopez
* @package chamilo.plugin.redirection
*/

Loading…
Cancel
Save