install.php 185 B

12345678
  1. <?php
  2. /* For license terms, see /license.txt */
  3. if (!api_is_platform_admin()) {
  4. die('You must have admin permissions to install plugins');
  5. }
  6. DictionaryPlugin::create()->install();