Merge pull request #434 from wrongecho/client-logs

Default client logs to sort same as main logs
This commit is contained in:
Johnny 2022-04-07 21:15:30 -04:00 committed by GitHub
commit 87e229de9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ if(isset($_GET['o'])){
$disp = "ASC";
}
}else{
$o = "ASC";
$disp = "DESC";
$o = "DESC";
$disp = "ASC";
}
//Rebuild URL