Disable "ext_auth_chamilo_logout_button_behaviour" plugin

Need to be update to new v2
pull/2635/head
Julio Montoya 8 years ago
parent 43f6ac558d
commit 6ef0736bd4
  1. 3
      plugin/ext_auth_chamilo_logout_button_behaviour/plugin.php

@ -20,6 +20,9 @@ $plugin_info['comment'] = "If you use some other authentication than local Chami
$plugin_info['version'] = '1.0';
//the plugin author
$plugin_info['author'] = 'Hubert Borderiou';
return;
//the plugin configuration
$form = new FormValidator('eaclbb_form');
$form->addElement("html", "<div class='normal-message'>Fill the text boxes below to overwrite the default values used in this plugin</div>");

Loading…
Cancel
Save