install.php 192 B

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