added more documentation

This commit is contained in:
Chris
2018-12-27 13:14:37 +01:00
parent f7adc73a86
commit c5715182c0
4 changed files with 24 additions and 1 deletions

View File

@@ -472,7 +472,7 @@ function storeFile($srcfile,$hash,$deleteoriginal=false)
if(defined('LOG_UPLOADER') && LOG_UPLOADER)
{
$fh = fopen(ROOT.DS.'data'.DS.'uploads.txt', 'a');
$fh = fopen(ROOT.DS.'data'.DS.'uploads.csv', 'a');
fwrite($fh, time().';'.$url.';'.$hash.';'.getUserIP()."\n");
fclose($fh);
}