Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Oct 25, 2024
1 parent 079c461 commit 3597fd0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugin/Live/authorizeKeyAccess.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,13 @@ function getTmpFilePath($key)
error_log($msg . json_encode(array($_SERVER, $matches)));
echo $msg;
} else {
$bytes = file_put_contents($tmpFilePath, time());
$msg = 'authorizeKeyAccess: Authorized key=' . $key;
error_log($msg);
echo $msg;
}
} else {
$bytes = file_put_contents($tmpFilePath, time());
$msg = 'authorizeKeyAccess: VideoHLS is not present ';
error_log($msg);
echo $msg;
Expand Down

0 comments on commit 3597fd0

Please sign in to comment.