diff options
Diffstat (limited to 'doc/ucis.ano/bgp_graph')
-rwxr-xr-x | doc/ucis.ano/bgp_graph/bgp_path_list_xml.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ucis.ano/bgp_graph/bgp_path_list_xml.php b/doc/ucis.ano/bgp_graph/bgp_path_list_xml.php index c6212f6..a7528a1 100755 --- a/doc/ucis.ano/bgp_graph/bgp_path_list_xml.php +++ b/doc/ucis.ano/bgp_graph/bgp_path_list_xml.php @@ -1,6 +1,6 @@ #!/usr/bin/php <?php -$mynode = array_key_exists('LOCALNODE',$ENV)?$ENV['LOCALNODE']:0; +$mynode = array_key_exists('LOCALNODE',$_SERVER)?$_SERVER['LOCALNODE']:0; $file = STDIN; $paths = array(); |