ZP-816 Add missing includes. Released under the Affero GNU General Public License (AGPL) version 3.

parent bc1c1ace
......@@ -57,6 +57,9 @@ include('lib/core/streamer.php');
include('lib/core/asdevice.php');
include('lib/core/interprocessdata.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/utils/utils.php');
include('lib/utils/zpushadmin.php');
......
......@@ -50,6 +50,9 @@ include('lib/core/zpush.php');
include('lib/core/zlog.php');
include('lib/core/interprocessdata.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/request/request.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