This commit is contained in:
Ad Schellevis 2015-04-01 20:10:51 +00:00
parent 48b70d0f98
commit 9a65d54fbf

View File

@ -78,7 +78,7 @@ function reboot_xmlrpc()
*/
function firmware_version_xmlrpc()
{
if (!function_exists("get_notices")) {
if (!function_exists("host_firmware_version")) {
require_once("pfsense-utils.inc");
}
return host_firmware_version();