Stop using hostuuid as serial

This commit is contained in:
Renato Botelho 2017-10-19 06:43:29 -02:00
parent 2b38f54d56
commit 4368d36705

View File

@ -2360,7 +2360,7 @@ function system_get_serial() {
return $serial;
}
return get_single_sysctl('kern.hostuuid');
return "";
}
function system_get_uniqueid() {