mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 02:01:33 +00:00
Fix path
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
declare(ticks=1);
|
||||
require __DIR__ . '.do_not_run/require.php';
|
||||
require __DIR__ . DIRECTORY_SEPARATOR . '.do_not_run/require.php';
|
||||
use nntmux\libraries\Forking;
|
||||
// Check if argument 1 is numeric, which is to limit article count.
|
||||
(new Forking())->processWorkType(
|
||||
|
||||
@@ -5,6 +5,6 @@ if (!isset($argv[1]) || !is_numeric($argv[1])) {
|
||||
);
|
||||
}
|
||||
declare(ticks=1);
|
||||
require __DIR__ . '.do_not_run/require.php';
|
||||
require __DIR__ . DIRECTORY_SEPARATOR . '.do_not_run/require.php';
|
||||
use nntmux\libraries\Forking;
|
||||
(new Forking())->processWorkType('binaries', array(0 => $argv[1]));
|
||||
|
||||
@@ -7,7 +7,7 @@ if (!isset($argv[1]) || !in_array($argv[1], ['standard', 'predbft'])) {
|
||||
);
|
||||
}
|
||||
|
||||
require __DIR__ . '.do_not_run/require.php';
|
||||
require __DIR__ . DIRECTORY_SEPARATOR . '.do_not_run/require.php';
|
||||
|
||||
use nntmux\libraries\Forking;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
declare(ticks=1);
|
||||
require __DIR__ . '.do_not_run/require.php';
|
||||
require __DIR__ . DIRECTORY_SEPARATOR . '.do_not_run/require.php';
|
||||
|
||||
use nntmux\libraries\ForkingImportNZB;
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ if (!isset($argv[1]) || !in_array($argv[1], ['ama', 'add', 'mov', 'nfo', 'sha',
|
||||
}
|
||||
|
||||
declare(ticks=1);
|
||||
require __DIR__ . '.do_not_run/require.php';
|
||||
require __DIR__ . DIRECTORY_SEPARATOR . '.do_not_run/require.php';
|
||||
|
||||
use nntmux\libraries\Forking;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
declare(ticks=1);
|
||||
require __DIR__ . '.do_not_run/require.php';
|
||||
require __DIR__ . DIRECTORY_SEPARATOR . '.do_not_run/require.php';
|
||||
|
||||
use nntmux\libraries\Forking;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
declare(ticks=1);
|
||||
require __DIR__ . '.do_not_run/require.php';
|
||||
require __DIR__ . DIRECTORY_SEPARATOR . '.do_not_run/require.php';
|
||||
|
||||
use \nntmux\libraries\Forking;
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ if (!isset($argv[1]) || !in_array($argv[1], ['backfill', 'binaries'])) {
|
||||
}
|
||||
|
||||
declare(ticks=1);
|
||||
require __DIR__ . '.do_not_run/require.php';
|
||||
require __DIR__ . DIRECTORY_SEPARATOR . '.do_not_run/require.php';
|
||||
|
||||
use \nntmux\libraries\Forking;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
declare(ticks=1);
|
||||
require __DIR__ . '.do_not_run/require.php';
|
||||
require __DIR__ . DIRECTORY_SEPARATOR . '.do_not_run/require.php';
|
||||
|
||||
use \nntmux\libraries\Forking;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user