Files
newznab-tmux/misc/testing/update_cleanup.php
T

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();