Skip to content

Commit

Permalink
handle unknown servers
Browse files Browse the repository at this point in the history
  • Loading branch information
mukunda- committed Jul 11, 2014
1 parent 5f12e5d commit e31ad45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ function GetServerList() {
}
}

GetServerName( index ) {
function GetServerName( index ) {
$servername = isset($servers[index]) ? $servers[index]['name'] : "UNKNOWN";
}

Expand Down

0 comments on commit e31ad45

Please sign in to comment.