From 57bd80f588dbf8143cf3b708340687063a4f3c77 Mon Sep 17 00:00:00 2001 From: jim Date: Thu, 6 Apr 2006 13:08:38 +0000 Subject: [PATCH] - renamed view.php to index.php - renamed exec files from *.exc.php to *.exec.php - updated simple template - added local language names caching to cache/local_names.ini, language must be used before it can read the local name from the language file and cache it if not already cached git-svn-id: file:///Users/jimeh/Desktop/dlist/trunk@15 a5845835-ea0f-0410-a762-dd0bfe9bfde8 --- config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config.php b/config.php index cb9e483..3f1f65a 100644 --- a/config.php +++ b/config.php @@ -29,6 +29,7 @@ $config = array( # what info to show for each file/folder, valid values are: # name, size, mtime, perms, chmod, owner, ownerid, group, groupid, ext + # (must contain "name", for basic directory listing functionality) 'fields' => 'name,size,mtime,perms,owner', // Display settings