mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
8 lines
200 B
PHP
8 lines
200 B
PHP
<?php
|
|
declare(ticks=1);
|
|
require('.do_not_run/require.php');
|
|
|
|
use \nntmux\libraries\Forking;
|
|
|
|
// This is the same as the python update_threaded.php
|
|
(new Forking())->processWorkType('update_per_group'); |