We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebbc053 commit ca9387aCopy full SHA for ca9387a
1 file changed
examples/system/testd.php
@@ -1,10 +1,10 @@
1
#! /usr/bin/php5
2
<?php
3
+// adjust if needs
4
+require __DIR__.'/vendor/autoload.php';
5
6
use pgq\SystemDaemon;
7
-require_once( "pgq/pgq\SystemDaemon.php" );
-
8
define("CONFIGURATION", "testd.conf");
9
10
class Testd extends SystemDaemon
@@ -39,4 +39,4 @@ public function process( )
39
}
40
41
$myTestd = new Testd($argc, $argv);
42
-?>
+?>
0 commit comments