Skip to content

Commit a2d2d0d

Browse files
Added direct URL for Advanced edition to fastnetmon_client
1 parent de4fe0b commit a2d2d0d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/fastnetmon_logic.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1474,7 +1474,7 @@ void traffic_draw_ipv6_program() {
14741474
}
14751475

14761476
output_buffer << "FastNetMon " << fastnetmon_platform_configuration.fastnetmon_version
1477-
<< " Author: https://pavel-odintsov.com"
1477+
<< " Try Advanced edition: https://fastnetmon.com/product-overview/"
14781478
<< "\n"
14791479
<< "IPs ordered by: " << sort_parameter << "\n";
14801480

@@ -1524,7 +1524,7 @@ void traffic_draw_ipv4_program() {
15241524
}
15251525

15261526
output_buffer << "FastNetMon " << fastnetmon_platform_configuration.fastnetmon_version
1527-
<< " Author: https://pavel-odintsov.com"
1527+
<< " Try Advanced edition: https://fastnetmon.com/product-overview/"
15281528
<< "\n"
15291529
<< "IPs ordered by: " << sort_parameter << "\n";
15301530

0 commit comments

Comments
 (0)