install.php 208 B

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