mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 10:48:53 +00:00
Remove unneeded PHP version checks. Change description on threaded scripts usage from python to php ones.
This commit is contained in:
@@ -350,7 +350,7 @@ Class ProcessAdditional
|
||||
);
|
||||
}
|
||||
|
||||
$this->_showCLIReleaseID = (version_compare(PHP_VERSION, '5.5.0', '>=') ? (PHP_BINARY . ' ' . __DIR__ . DS . 'ProcessAdditional.php ReleaseID: ') : false);
|
||||
$this->_showCLIReleaseID = (PHP_BINARY . ' ' . __DIR__ . DS . 'ProcessAdditional.php ReleaseID: ');
|
||||
|
||||
// Maximum amount of releases to fetch per run.
|
||||
$this->_queryLimit =
|
||||
|
||||
Reference in New Issue
Block a user