Actualización
This commit is contained in:
8
plugin/zoom/install.php
Normal file
8
plugin/zoom/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');
|
||||
}
|
||||
|
||||
ZoomPlugin::create()->install();
|
||||
Reference in New Issue
Block a user