Commit 0449fa9e authored by Sebastian Kummer's avatar Sebastian Kummer

Merge pull request #236 in ZP/z-push from...

Merge pull request #236 in ZP/z-push from bugfix/ZP-930-z-push-top-doesn-t-work-in-another to develop

* commit 'aecb70f2':
  ZP-930 Define include path correctly.
parents 0185a108 aecb70f2
......@@ -54,7 +54,7 @@ include_once(ZPUSH_CONFIG);
*/
declare(ticks = 1);
define('BASE_PATH_CLI', dirname(__FILE__) ."/");
set_include_path(get_include_path() . PATH_SEPARATOR . BASE_PATH_CLI);
try {
ZPush::CheckConfig();
if (!function_exists("pcntl_signal"))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment