1<?php
2error_reporting(E_ALL ^ E_NOTICE);
3
4if(!defined('DOKU_INC')) define('DOKU_INC',dirname(__FILE__).'/../../../');
5define('DOKU_DISABLE_GZIP_OUTPUT', 1);
6require_once(DOKU_INC.'inc/init.php');
7session_write_close();
8
9/** @var helper_plugin_cleanup $plugin */
10$plugin = plugin_load('helper','cleanup');
11$plugin->run(true);
12