Files
Chamilo/plugin/zoom/install.php
2025-04-10 12:36:07 +02:00

9 lines
181 B
PHP

<?php
/* For license terms, see /license.txt */
if (!api_is_platform_admin()) {
exit('You must have admin permissions to install plugins');
}
ZoomPlugin::create()->install();