upgrade
This commit is contained in:
14
plugin/sepe/update.php
Normal file
14
plugin/sepe/update.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
/* For licensing terms, see /license.txt */
|
||||
/**
|
||||
* Config the plugin.
|
||||
*
|
||||
* @package chamilo.plugin.sepe
|
||||
*/
|
||||
require_once __DIR__.'/config.php';
|
||||
|
||||
if (!api_is_platform_admin()) {
|
||||
exit('You must have admin permissions to install plugins');
|
||||
}
|
||||
|
||||
SepePlugin::create()->update();
|
||||
Reference in New Issue
Block a user