summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2015-11-21 22:50:34 +0100
committerdoktornotor <notordoktor@gmail.com>2015-11-21 22:50:34 +0100
commit21f239d35d3fbd542c5a2e988dea6724bb0b7034 (patch)
treeca1ee6611b5a93a77beb6d6b88cdf20eb2d6870d /src
parentea792608e8aab65bdb8635783a394c17de5ddd17 (diff)
downloadpfsense-21f239d35d3fbd542c5a2e988dea6724bb0b7034.zip
pfsense-21f239d35d3fbd542c5a2e988dea6724bb0b7034.tar.gz
Stick xmlrpc.inc include back to avoid breaking packages
Removing this broke 29 packages which rely on it for configuration sync and include pkg-utils.inc instead of xmlrpc.inc.
Diffstat (limited to 'src')
-rw-r--r--src/etc/inc/pkg-utils.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/etc/inc/pkg-utils.inc b/src/etc/inc/pkg-utils.inc
index 787e33f..8c67e9f 100644
--- a/src/etc/inc/pkg-utils.inc
+++ b/src/etc/inc/pkg-utils.inc
@@ -59,6 +59,8 @@
require_once("globals.inc");
require_once("service-utils.inc");
+/* Do NOT remove until packages had time to get updated */
+require_once("xmlrpc.inc");
if (file_exists("/cf/conf/use_xmlreader")) {
require_once("xmlreader.inc");
OpenPOWER on IntegriCloud