This commit is contained in:
= 2020-08-20 13:02:09 -04:00
commit f27ef1218b

View file

@ -14,6 +14,6 @@ if (!empty($_FILES)) {
move_uploaded_file($tempFile, $targetFile); //6
sleep(1);
shell_exec('print.sh');
shell_exec('./print.sh');
}