Files
Chamilo/plugin/oauth2/install.php
2025-08-14 22:39:38 +02:00

9 lines
179 B
PHP

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