Răsfoiți Sursa

Add files via upload

Enrique Alcaraz 7 ani în urmă
părinte
comite
4dd0edb1f8

+ 0 - 1
plugin/redirection/config.php

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

+ 1 - 3
plugin/redirection/plugin.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;
-

+ 3 - 2
plugin/redirection/uninstall.php

@@ -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
  */
+