Default sort is by ‘name’, ascending. If you want to change that open include/file-gator.php and search for this:
$_SESSION['sort']['by'] = 'name';
$_SESSION['sort']['order'] = 1;
you can replace ‘name’ with ‘date’ or ‘size’ and change order to -1 for descending.
You must log out and log in again to apply this changes.
Alert: For Control Panel Help & Tutorials, click here: Panel Tutorials