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