diff options
author | Colin Smith <colin@pfsense.org> | 2005-04-10 02:06:06 +0000 |
---|---|---|
committer | Colin Smith <colin@pfsense.org> | 2005-04-10 02:06:06 +0000 |
commit | 36f1a6d73522ae4bf4ca3a39ad08899aae6b1f9b (patch) | |
tree | 89941b28676fd3c291b9ebfb8c98ed7cd64c1541 /usr/local | |
parent | 2f171913ca0eb972a3b26c163f398d29bee393a8 (diff) | |
download | pfsense-36f1a6d73522ae4bf4ca3a39ad08899aae6b1f9b.zip pfsense-36f1a6d73522ae4bf4ca3a39ad08899aae6b1f9b.tar.gz |
We need the XMLRPC client classes.
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/system_firmware_auto.php | 3 |
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"> |