diff --git a/index.php b/index.php index 57bdb63..23e08e5 100755 --- a/index.php +++ b/index.php @@ -179,13 +179,13 @@ function store_file(string $name, string $tmpfile, bool $formatted = false) : vo { file_put_contents( CONFIG::LOG_PATH, - implode('\t', array( + implode("\t", array( date('c'), $_SERVER['REMOTE_ADDR'], filesize($tmpfile), escapeshellarg($name), $basename - )) . '\n', + )) . "\n", FILE_APPEND ); }