Commit 80060eff 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.
parent 1ed71ec2
...@@ -62,7 +62,7 @@ include('version.php'); ...@@ -62,7 +62,7 @@ include('version.php');
*/ */
declare(ticks = 1); declare(ticks = 1);
define('BASE_PATH_CLI', dirname(__FILE__) ."/"); define('BASE_PATH_CLI', dirname(__FILE__) ."/");
set_include_path(get_include_path() . PATH_SEPARATOR . BASE_PATH_CLI);
try { try {
ZPush::CheckConfig(); ZPush::CheckConfig();
if (!function_exists("pcntl_signal")) 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