Skip to content

Commit ca9387a

Browse files
authored
Update testd.php
1 parent ebbc053 commit ca9387a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

examples/system/testd.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#! /usr/bin/php5
22
<?php
3+
// adjust if needs
4+
require __DIR__.'/vendor/autoload.php';
35

46
use pgq\SystemDaemon;
57

6-
require_once( "pgq/pgq\SystemDaemon.php" );
7-
88
define("CONFIGURATION", "testd.conf");
99

1010
class Testd extends SystemDaemon
@@ -39,4 +39,4 @@ public function process( )
3939
}
4040

4141
$myTestd = new Testd($argc, $argv);
42-
?>
42+
?>

0 commit comments

Comments
 (0)