From 36f1a6d73522ae4bf4ca3a39ad08899aae6b1f9b Mon Sep 17 00:00:00 2001 From: Colin Smith Date: Sun, 10 Apr 2005 02:06:06 +0000 Subject: We need the XMLRPC client classes. --- usr/local/www/system_firmware_auto.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr') diff --git a/usr/local/www/system_firmware_auto.php b/usr/local/www/system_firmware_auto.php index 4562515..4e0832a 100755 --- a/usr/local/www/system_firmware_auto.php +++ b/usr/local/www/system_firmware_auto.php @@ -34,7 +34,8 @@ POSSIBILITY OF SUCH DAMAGE. */ -require("guiconfig.inc"); +require_once("guiconfig.inc"); +require_once("xmlrpc_client.inc"); ?> -- cgit v1.1