mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 09:18:54 +00:00
7 lines
138 B
PHP
7 lines
138 B
PHP
<?php
|
|
declare(ticks=1);
|
|
require('.do_not_run/require.php');
|
|
|
|
use newznab\libraries\Forking;
|
|
|
|
(new Forking())->processWorkType('releases'); |