Yannick Warnier 44527ead87 Internal - Fix static permissions for files/directories: use API functions to get the right permissions - refs #2582 | há 6 anos atrás | |
---|---|---|
.. | ||
lib | há 7 anos atrás | |
COPYING | há 8 anos atrás | |
README.md | há 7 anos atrás | |
chamilo_pens.php | há 6 anos atrás | |
pens.php | há 6 anos atrás | |
plugin.php | há 6 anos atrás |
This plugin implements PENS in Chamilo, using the library php-pens available here: http://github.com/guillaumev/php-pens
You need the curl extension installed to use this library.
Install the plugin and create a file at the root of your chamilo server called pens.php. Put the following code in the pens.php file you created:
require_once __DIR__ . '/plugin/pens/pens.php';
The chamilo-pens plugin is published under the GNU/GPLv3+ licence (see COPYING)
The original author of the plugin is Guillaume Viguier-Just guillaume@viguierjust.com.
This plugin was realized as part of his work in BeezNest (https://beeznest.com) and is maintained by BeezNest.