7 lines
144 B
PHP
7 lines
144 B
PHP
<?php
|
|
/* For license terms, see /license.txt */
|
|
|
|
require_once __DIR__.'/h5p_plugin.class.php';
|
|
|
|
$plugin_info = H5PPlugin::create()->get_info();
|