9 lines
158 B
PHP
9 lines
158 B
PHP
<?php
|
|
/* For licensing terms, see /license.txt */
|
|
|
|
if (!api_is_platform_admin()) {
|
|
api_not_allowed(true);
|
|
}
|
|
|
|
CourseHomeNotifyPlugin::create()->install();
|