mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 18:28:54 +00:00
8 lines
150 B
PHP
8 lines
150 B
PHP
<?php
|
|
declare(ticks=1);
|
|
require __DIR__ . '.do_not_run/require.php';
|
|
|
|
use \nntmux\libraries\Forking;
|
|
|
|
(new Forking())->processWorkType('request_id');
|