summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-04-10 02:06:06 +0000
committerColin Smith <colin@pfsense.org>2005-04-10 02:06:06 +0000
commit36f1a6d73522ae4bf4ca3a39ad08899aae6b1f9b (patch)
tree89941b28676fd3c291b9ebfb8c98ed7cd64c1541 /usr
parent2f171913ca0eb972a3b26c163f398d29bee393a8 (diff)
downloadpfsense-36f1a6d73522ae4bf4ca3a39ad08899aae6b1f9b.zip
pfsense-36f1a6d73522ae4bf4ca3a39ad08899aae6b1f9b.tar.gz
We need the XMLRPC client classes.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/system_firmware_auto.php3
1 files changed, 2 insertions, 1 deletions
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");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
OpenPOWER on IntegriCloud