mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
Update
This commit is contained in:
parent
e9e59edd73
commit
42f5d3c36c
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ if (empty($codeToExec)) {
|
|||
}
|
||||
|
||||
$ffmpegCommand = !empty($codeToExec->ffmpegCommand) ? sanitizeFFmpegCommand($codeToExec->ffmpegCommand) : '';
|
||||
$keyword = !empty($codeToExec->keyword) ? preg_replace('/[^a-zA-Z0-9_-]/', '', $codeToExec->keyword) : '';
|
||||
$keyword = !empty($codeToExec->keyword) ? preg_replace('/[^a-zA-Z0-9_-]/', '', $codeToExec->keyword) : date('Ymdhmi');
|
||||
|
||||
_error_log("Code to Execute: " . json_encode($codeToExec));
|
||||
_error_log("Sanitized FFMPEG Command: $ffmpegCommand");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue