summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware_auto.php
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-04-26 15:57:10 +0000
committerColin Smith <colin@pfsense.org>2005-04-26 15:57:10 +0000
commit233d5b0fb9c60afe8607dbdcc693c9d528166b28 (patch)
tree9985f336bd46b94ce85947b8e9bda4e006a1486b /usr/local/www/system_firmware_auto.php
parent04000d321939c7b6da81260de3e5f56a30dfdb32 (diff)
downloadpfsense-233d5b0fb9c60afe8607dbdcc693c9d528166b28.zip
pfsense-233d5b0fb9c60afe8607dbdcc693c9d528166b28.tar.gz
Include xmlrpc.inc instead of xmlrpc_client.inc.
Diffstat (limited to 'usr/local/www/system_firmware_auto.php')
-rwxr-xr-xusr/local/www/system_firmware_auto.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_firmware_auto.php b/usr/local/www/system_firmware_auto.php
index c3e5c64..c203672 100755
--- a/usr/local/www/system_firmware_auto.php
+++ b/usr/local/www/system_firmware_auto.php
@@ -35,7 +35,7 @@
*/
require_once("guiconfig.inc");
-require_once("xmlrpc_client.inc");
+require_once("xmlrpc.inc");
function old_checkversion() {
global $g;
OpenPOWER on IntegriCloud