mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Default client logs to sort same as main logs - latest entries shown first
This commit is contained in:
@@ -32,8 +32,8 @@ if(isset($_GET['o'])){
|
|||||||
$disp = "ASC";
|
$disp = "ASC";
|
||||||
}
|
}
|
||||||
}else{
|
}else{
|
||||||
$o = "ASC";
|
$o = "DESC";
|
||||||
$disp = "DESC";
|
$disp = "ASC";
|
||||||
}
|
}
|
||||||
|
|
||||||
//Rebuild URL
|
//Rebuild URL
|
||||||
|
|||||||
Reference in New Issue
Block a user