uninstall.php 159 B

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