upgrade
This commit is contained in:
8
plugin/h5p/uninstall.php
Normal file
8
plugin/h5p/uninstall.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
/* For license terms, see /license.txt */
|
||||
require_once 'h5p_plugin.class.php';
|
||||
if (!api_is_platform_admin()) {
|
||||
exit('You must have admin permissions to install plugins');
|
||||
}
|
||||
H5PPlugin::create()->uninstall();
|
||||
Reference in New Issue
Block a user