Update php/upload.php
Deploy / Deploy (push) Successful in 52s
Details
Deploy / Deploy (push) Successful in 52s
Details
This commit is contained in:
parent
ad450f8102
commit
3a4ce5fce4
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue