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

This commit is contained in:
emerson 2024-12-03 17:09:10 -03:00
parent ad450f8102
commit 3a4ce5fce4
1 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@
// Processa o vídeo com o script do flavio
function process_file($username, $title, $input_file, $output_file) {
$SCRIPT_PATH = '/var/www/src/AliceClass/script/script.sh';
$SCRIPT_PATH = '/var/www/src/aliceclass/script/script.sh';
$cmd = sprintf('%s "%s" "%s" "%s" "%s" "%s"',
$SCRIPT_PATH, $title, $username, $input_file, '', $output_file);
@ -56,7 +56,7 @@
include("library/json-db.class.php");
$db = new DB('/var/www/src/AliceClass/_data/aulas.json');
$db = new DB('/var/www/src/aliceclass/_data/aulas.json');
$data = array(
"title" => $title,