Rename PProcess class into PostProcess, adjust other scripts and classes for the change.

This commit is contained in:
Darko
2015-09-16 12:42:41 +02:00
parent 2b23fd4194
commit 8dd75d0d30
11 changed files with 26 additions and 26 deletions
@@ -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();