Files
newznab-tmux/lib/copy_this/misc/testing/update_cleanup.php
T
2015-04-21 12:51:32 +02:00

9 lines
182 B
PHP

<?php
define('FS_ROOT', realpath(dirname(__FILE__)));
$echoonly = true;
$limittotoday = false;
$verbose = true;
$p = new Parsing($echoonly, $limittotoday, $verbose);
$p->cleanup();