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

9 lines
159 B
PHP

<?php
/* For licensing terms, see /license.txt */
if (!api_is_platform_admin()) {
api_not_allowed(true);
}
StudentFollowUpPlugin::create()->uninstall();