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.
This commit is contained in:
Franco Fichtner 2016-06-21 14:52:43 +02:00
parent a4bb9cd515
commit f441eae5b4

View File

@ -1,4 +1,5 @@
<?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