Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git

Fixes issue with seek start

AuthorDaveJarvis <email>
Date2023-11-11 13:50:31 GMT-0800
Commit1b467456b29c89b63238708e5ced421c8d0d9568
Parentf28c487
Delta1 line added, 0 lines removed, 1-line increase
www/downloads/counter.php
$content_type = mime_content_type( $filename );
$content_length = $size;
+ $seek_start = 0;
// Added by PHP, removed by us.