Skip to content

Commit b9a4837

Browse files
committed
Use relative path
1 parent 6132f62 commit b9a4837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(ticks = 1);
44

55
define('EPROCESS_AUTOLOAD', __FILE__);
6-
define('EPROCESS_SOCKET_DIR', '/tmp/eprocess');
6+
define('EPROCESS_SOCKET_DIR', __DIR__ . '/../tmp/');
77

88
$loader = require __DIR__ . '/../vendor/autoload.php';
99

0 commit comments

Comments
 (0)