mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-30 01:38:54 +00:00
Rename PProcess class into PostProcess, adjust other scripts and classes for the change.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
require_once(dirname(__FILE__) . '/config.php');
|
||||
|
||||
use newznab\processing\PProcess;
|
||||
use newznab\processing\PostProcess;
|
||||
|
||||
|
||||
$c = new ColorCLI();
|
||||
@@ -15,7 +15,7 @@ $torun = $tmux->get()->post;
|
||||
|
||||
$pieces = explode(' =+= ', $argv[1]);
|
||||
|
||||
$postprocess = new PProcess(['Echo' => true]);
|
||||
$postprocess = new PostProcess(['Echo' => true]);
|
||||
if (isset($pieces[6])) {
|
||||
// Create the connection here and pass
|
||||
$nntp = new NNTP();
|
||||
|
||||
Reference in New Issue
Block a user