Commit f441eae5 authored by Franco Fichtner's avatar Franco Fichtner

xmlrpc: prevent undefined errors on remote service restart

Further proof that all of the system should use the plugin system,
as the dependencies are going to be unmanageable in the long run.
As soon as there is a new base service with its own include file
its definition will be missing.
parent a4bb9cd5
<?php
/**
* Copyright (C) 2016 Deciso B.V.
*
......@@ -26,8 +27,17 @@
* POSSIBILITY OF SUCH DAMAGE.
*
*/
require_once("services.inc");
require_once("system.inc");
require_once('plugins.inc');
require_once("vslb.inc");
require_once("unbound.inc");
require_once("openvpn.inc");
require_once("filter.inc");
require_once("ipsec.inc");
require_once("interfaces.inc");
require_once("rrd.inc");
/**
* @return array
......
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