mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 09:18:54 +00:00
10 lines
235 B
PHP
10 lines
235 B
PHP
<?php
|
|
|
|
declare(ticks=1);
|
|
require_once dirname(__DIR__, 4).DIRECTORY_SEPARATOR.'bootstrap.php';
|
|
|
|
use nntmux\libraries\Forking;
|
|
|
|
// This is the same as the python update_threaded.php
|
|
(new Forking())->processWorkType('update_per_group');
|