Actualización
This commit is contained in:
7
plugin/studentfollowup/install.php
Normal file
7
plugin/studentfollowup/install.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
/* For licensing terms, see /license.txt */
|
||||
|
||||
if (!api_is_platform_admin()) {
|
||||
api_not_allowed(true);
|
||||
}
|
||||
StudentFollowUpPlugin::create()->install();
|
||||
Reference in New Issue
Block a user