- Replace dst host name by dst name in CGI source tab header.

This commit is contained in:
2025-07-06 17:59:46 +02:00
parent 5fe21ea672
commit fbfdc42bda

View File

@@ -292,9 +292,9 @@ Source_Routing_Board()
if [[ "${format}" == "html" ]]
then
echo -n "<TD>${dst_host_name}</TD>"
echo -n "<TD>${dst_name}</TD>"
else
echo -n "${dst_host_name};"
echo -n "${dst_name};"
fi
done