Yay code comments

这个提交包含在:
Peter Goodhall 2020-09-06 21:08:49 +01:00
父节点 590b527ea5
当前提交 8009271d1a

查看文件

@ -66,6 +66,7 @@ $cert2 = str_replace("-----END CERTIFICATE-----", "", $cert1);
$sign_string = "";
// Adds CA Prov
if($station_profile->state != "" && $station_profile->station_country == "CANADA") {
$sign_string .= strtoupper($station_profile->state);
}