Actualización
This commit is contained in:
7
plugin/dictionary/install.php
Normal file
7
plugin/dictionary/install.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
/* For license terms, see /license.txt */
|
||||
|
||||
if (!api_is_platform_admin()) {
|
||||
exit('You must have admin permissions to install plugins');
|
||||
}
|
||||
DictionaryPlugin::create()->install();
|
||||
Reference in New Issue
Block a user