- 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:
jim
2006-04-09 18:00:39 +00:00
parent 02c6a18b1d
commit edf251dbec
16 changed files with 289 additions and 25 deletions

View File

@@ -391,7 +391,7 @@ class execHandler {
return $file_data;
}
function write2file($file, $string, $mode="wb", $lock=2){
function write2file($file, $string, $mode="wt", $lock=2){
if ( !isset($file) ) return false;
$fp = fopen($file, $mode);
if ($fp != false) {