7. Video player fix
This commit is contained in:
parent
4cbf517417
commit
da2fdff1c4
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
* Enables proper video seeking in browsers
|
||||
*/
|
||||
|
||||
$videoDir = dirname(__DIR__) . '/generated_videos';
|
||||
$videoDir = __DIR__ . '/generated_videos';
|
||||
|
||||
// Get the requested video file
|
||||
$file = isset($_GET['file']) ? basename($_GET['file']) : null;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue