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