dperrymorrow / Fire-Log

CodeIgniter Log Browser Spark Plugin
33 stars 8 forks source link

Added sorting of log files #5

Closed splitfeed closed 13 years ago

splitfeed commented 13 years ago

On my Linux server the log files appear in what the order in which they are stored by the filesystem (http://php.net/manual/en/function.readdir.php). Since finding a specific log files is kind of annoying when they are unordered I added a simple sorting in list_files() before returning it to the view.