Skip to content

Commit f3b2dd9

Browse files
authored
Update generate_srt.php
1 parent 4ee1ba1 commit f3b2dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate_srt.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,4 @@ function handleDownload($filename) {
128128
header('Content-Length: ' . filesize($path));
129129
readfile($path);
130130
exit;
131-
}
131+
}

0 commit comments

Comments
 (0)