install.php 156 B

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