Commit aecb70f2 authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-930 Define include path correctly.

Released under the Affero GNU General Public License (AGPL) version 3.
parent c217f909
...@@ -54,7 +54,7 @@ include_once(ZPUSH_CONFIG); ...@@ -54,7 +54,7 @@ include_once(ZPUSH_CONFIG);
*/ */
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