12 lines
199 B
PHP
12 lines
199 B
PHP
<?php
|
|
|
|
/* For licensing terms, see /license.txt */
|
|
|
|
/**
|
|
* Plugin.
|
|
*
|
|
* @author Jose Angel Ruiz
|
|
*/
|
|
require_once __DIR__.'/config.php';
|
|
$plugin_info = CleanDeletedFilesPlugin::create()->get_info();
|