diff options
Diffstat (limited to 'detail.php')
| -rw-r--r-- | detail.php | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -23,7 +23,7 @@ $seconds = GET('s'); | |||
| 23 | html_start(); | 23 | html_start(); |
| 24 | 24 | ||
| 25 | printf('<h2><a href="%s">%s</a></h2>'."\n", | 25 | printf('<h2><a href="%s">%s</a></h2>'."\n", |
| 26 | $CONFIG['weburl'].'/host.php?h='.htmlentities($host), $host | 26 | $CONFIG['weburl'].'host.php?h='.htmlentities($host), $host |
| 27 | ); | 27 | ); |
| 28 | 28 | ||
| 29 | $term = array( | 29 | $term = array( |
| @@ -40,7 +40,7 @@ $args = $_GET; | |||
| 40 | print "<ul>\n"; | 40 | print "<ul>\n"; |
| 41 | foreach($term as $key => $s) { | 41 | foreach($term as $key => $s) { |
| 42 | $args['s'] = $s; | 42 | $args['s'] = $s; |
| 43 | printf('<li><a href="%s/%s">%s</a></li>'."\n", | 43 | printf('<li><a href="%s%s">%s</a></li>'."\n", |
| 44 | $CONFIG['weburl'], build_url('detail.php', $args), $key); | 44 | $CONFIG['weburl'], build_url('detail.php', $args), $key); |
| 45 | } | 45 | } |
| 46 | print "</ul>\n"; | 46 | print "</ul>\n"; |
| @@ -53,7 +53,7 @@ if(!$plugins) { | |||
| 53 | } | 53 | } |
| 54 | 54 | ||
| 55 | # show graph | 55 | # show graph |
| 56 | printf('<img src="%s/%s">'."\n", $CONFIG['weburl'], build_url('graph.php', $_GET)); | 56 | printf('<img src="%s%s">'."\n", $CONFIG['weburl'], build_url('graph.php', $_GET)); |
| 57 | 57 | ||
| 58 | html_end(); | 58 | html_end(); |
| 59 | 59 | ||
