Update php/upload.php
Deploy / Deploy (push) Successful in 17s Details

This commit is contained in:
Carneiro 2025-01-22 15:46:27 -03:00
parent 0a3e17fd81
commit 44b5592275
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,8 @@
// Processa o vídeo com o script do flavio
function process_file($username, $title, $input_file, $output_file) {
echo 'Processando vídeo...\n';
$SCRIPT_PATH = '/var/www/html/aliceclass/script/script.sh';
$cmd = sprintf('%s "%s" "%s" "%s" "%s" "%s"',