10 lines
195 B
PHP
10 lines
195 B
PHP
<?php
|
|
|
|
/* For license terms, see /license.txt */
|
|
|
|
if (!api_is_platform_admin()) {
|
|
exit('You must have admin permissions to install plugins');
|
|
}
|
|
|
|
ExerciseSignaturePlugin::create()->install();
|