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