Skip to content
Snippets Groups Projects
Commit b4243233 authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

Put bad hosts on top on ldap status page...

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1359 44740490-163a-0410-bde0-09ae8108e29a
parent b30b448b
No related branches found
No related tags found
No related merge requests found
...@@ -197,7 +197,7 @@ $ressortable = array(); ...@@ -197,7 +197,7 @@ $ressortable = array();
foreach ($results AS $key => $res) { foreach ($results AS $key => $res) {
$ressortable[$key] = resultCode($res[0]); $ressortable[$key] = resultCode($res[0]);
} }
asort($ressortable); arsort($ressortable);
#echo '<pre>'; print_r($ressortable); exit; #echo '<pre>'; print_r($ressortable); exit;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment