mirror of
https://github.com/manuelkasper/AS-Stats.git
synced 2025-02-20 11:44:12 +08:00
commit
7f1b35edad
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/*
|
||||
* $Id$
|
||||
*
|
||||
*
|
||||
* written by Manuel Kasper <mk@neon1.net> for Monzoon Networks AG
|
||||
*/
|
||||
|
||||
@ -66,7 +66,8 @@ foreach ($knownlinks as $link) {
|
||||
$col = $link['color'] . "BB";
|
||||
else
|
||||
$col = $link['color'];
|
||||
$cmd .= "AREA:{$link['tag']}_{$v6_el}in_bits#{$col}:\"{$link['descr']}\"";
|
||||
$descr = str_replace(':', '\:', $link['descr']); # Escaping colons in description
|
||||
$cmd .= "AREA:{$link['tag']}_{$v6_el}in_bits#{$col}:\"{$descr}\"";
|
||||
if ($i > 0)
|
||||
$cmd .= ":STACK";
|
||||
$cmd .= " ";
|
||||
|
Loading…
x
Reference in New Issue
Block a user