mirror of
https://github.com/jimeh/dlist.git
synced 2026-02-19 07:56:41 +00:00
- thumbnail support is fully functional with custom imageThumb class which supports caching and so on, the class is still considered beta (specially the clean_cache() function)
- updated simple template - added Last Access (atime) to dirlist.lib.php - updated and fixed loads of other things git-svn-id: file:///Users/jimeh/Desktop/dlist/trunk@18 a5845835-ea0f-0410-a762-dd0bfe9bfde8
This commit is contained in:
@@ -27,9 +27,9 @@ $config = array(
|
||||
# show hidden files & folders who's names begin with . (dot)
|
||||
'show_hidden' => false,
|
||||
|
||||
# what info to show for each file/folder, valid values are:
|
||||
# what info to show for each file/folder in details view, valid values are:
|
||||
# name, size, mtime, perms, chmod, owner, ownerid, group, groupid, ext
|
||||
# (must contain "name", for basic directory listing functionality)
|
||||
# (must at least contain "name" for basic directory listing functionality)
|
||||
'fields' => 'name,size,mtime,perms,owner',
|
||||
|
||||
// Display settings
|
||||
@@ -59,7 +59,7 @@ $config = array(
|
||||
'path_plugins' => array('plugins'),
|
||||
'path_cache' => 'cache',
|
||||
|
||||
'req_lang_ver' => '1.0.2',
|
||||
'req_lang_ver' => '1.0.5',
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user