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