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

This commit is contained in:
Darko
2015-09-16 13:03:26 +02:00
parent f4c0840d75
commit 7c210483e5
11 changed files with 27 additions and 27 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();