mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2025-11-16 13:08:01 +00:00
added more documentation
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user