plugin.php 382 B

123456789101112
  1. <?php
  2. /* For license terms, see /license.txt */
  3. /**
  4. * @copyright (c) 2011 University of Geneva
  5. * @license GNU General Public License - http://www.gnu.org/copyleft/gpl.html
  6. * @author Laurent Opprecht
  7. */
  8. require_once api_get_path(LIBRARY_PATH).'plugin.class.php';
  9. require_once __DIR__.'/lib/static_plugin.class.php';
  10. $plugin_info = StaticPlugin::create()->get_info();