Update upload.php
This commit is contained in:
parent
9631e2955e
commit
435ca18192
1 changed files with 1 additions and 1 deletions
|
|
@ -14,6 +14,6 @@ if (!empty($_FILES)) {
|
|||
move_uploaded_file($tempFile, $targetFile); //6
|
||||
|
||||
sleep(1);
|
||||
shell_exec('print.sh');
|
||||
shell_exec('./print.sh');
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue