mirror of https://github.com/itflow-org/itflow
Default client logs to sort same as main logs - latest entries shown first
This commit is contained in:
parent
a0cead284f
commit
6d4331367f
|
|
@ -32,8 +32,8 @@ if(isset($_GET['o'])){
|
|||
$disp = "ASC";
|
||||
}
|
||||
}else{
|
||||
$o = "ASC";
|
||||
$disp = "DESC";
|
||||
$o = "DESC";
|
||||
$disp = "ASC";
|
||||
}
|
||||
|
||||
//Rebuild URL
|
||||
|
|
|
|||
Loading…
Reference in New Issue