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

8 lines
156 B
PHP

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