X-Git-Url: http://git.onelab.eu/?p=monitor.git;a=blobdiff_plain;f=www%2Fprintbadpcus.php;h=500be1fecb13e67f38a922c8eee4f26486bdf5c4;hp=7db3e8e155cec7bc58fef233e3c149e4e16a2007;hb=0fabfc8dbe8f1f2c0d12397e1bc8c6ed686fb5ed;hpb=d0e06b11cf33ded60e15f9c1ab81eeeba05d3c0a diff --git a/www/printbadpcus.php b/www/printbadpcus.php index 7db3e8e..500be1f 100644 --- a/www/printbadpcus.php +++ b/www/printbadpcus.php @@ -2,12 +2,12 @@ function plc_site_link($site_name) { - return "https://www.planet-lab.org/db/sites/index.php?site_pattern=" . $site_name; + return "https://" . MONITOR_HOSTNAME . "/db/sites/index.php?site_pattern=" . $site_name; } function pcu_link($pcu) { - return "https://www.planet-lab.org/db/sites/pcu.php?id=" . $pcu['pcu_id']; + return "https://" . MONITOR_HOSTNAME . "/db/sites/pcu.php?id=" . $pcu['pcu_id']; } function pcu_site($pcu)