mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-30 17:58:59 +00:00
8 lines
179 B
PHP
8 lines
179 B
PHP
<?php
|
|
declare(ticks=1);
|
|
require_once dirname(__DIR__, 4) . DIRECTORY_SEPARATOR . 'bootstrap.php';
|
|
|
|
use \nntmux\libraries\Forking;
|
|
|
|
(new Forking())->processWorkType('request_id');
|