Skip to content

Commit

Permalink
Update testd.php
Browse files Browse the repository at this point in the history
  • Loading branch information
wapmorgan committed Feb 9, 2018
1 parent ebbc053 commit ca9387a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/system/testd.php
@@ -1,10 +1,10 @@
#! /usr/bin/php5
<?php
// adjust if needs
require __DIR__.'/vendor/autoload.php';

use pgq\SystemDaemon;

require_once( "pgq/pgq\SystemDaemon.php" );

define("CONFIGURATION", "testd.conf");

class Testd extends SystemDaemon
Expand Down Expand Up @@ -39,4 +39,4 @@ public function process( )
}

$myTestd = new Testd($argc, $argv);
?>
?>

0 comments on commit ca9387a

Please sign in to comment.