Commit 8fc5f424 authored by Sebastian Kummer's avatar Sebastian Kummer

Merge pull request #127 in ZP/z-push from bugfix/ZP-816-add-missing-log-include to develop

* commit '85e27502':
  ZP-816 Add missing includes. Released under the Affero GNU General Public License (AGPL) version 3.
parents deaafc54 85e27502
...@@ -57,6 +57,9 @@ include('lib/core/streamer.php'); ...@@ -57,6 +57,9 @@ include('lib/core/streamer.php');
include('lib/core/asdevice.php'); include('lib/core/asdevice.php');
include('lib/core/interprocessdata.php'); include('lib/core/interprocessdata.php');
include('lib/core/loopdetection.php'); include('lib/core/loopdetection.php');
include('lib/log/log.php');
include('lib/log/filelog.php');
include('lib/log/syslog.php');
include('lib/exceptions/exceptions.php'); include('lib/exceptions/exceptions.php');
include('lib/utils/utils.php'); include('lib/utils/utils.php');
include('lib/utils/zpushadmin.php'); include('lib/utils/zpushadmin.php');
......
...@@ -50,6 +50,9 @@ include('lib/core/zpush.php'); ...@@ -50,6 +50,9 @@ include('lib/core/zpush.php');
include('lib/core/zlog.php'); include('lib/core/zlog.php');
include('lib/core/interprocessdata.php'); include('lib/core/interprocessdata.php');
include('lib/core/topcollector.php'); include('lib/core/topcollector.php');
include('lib/log/log.php');
include('lib/log/filelog.php');
include('lib/log/syslog.php');
include('lib/utils/utils.php'); include('lib/utils/utils.php');
include('lib/request/request.php'); include('lib/request/request.php');
include('lib/request/requestprocessor.php'); include('lib/request/requestprocessor.php');
......
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