Files
newznab-tmux/lib/copy_this/misc/testing/update_cleanup.php
T
2015-04-27 22:50:08 +02:00

9 lines
192 B
PHP

<?php
require_once dirname(__FILE__) . '/../../www/config.php';
$echoonly = true;
$limittotoday = false;
$verbose = true;
$p = new Parsing($echoonly, $limittotoday, $verbose);
$p->cleanup();