6 lines
153 B
PHP
6 lines
153 B
PHP
<?php
|
|
/* For license terms, see /license.txt */
|
|
|
|
require_once __DIR__.'/config.php';
|
|
$plugin_info = ExtraMenuFromWebservicePlugin::create()->get_info();
|