Update upload.php

This commit is contained in:
Merrick Rumel 2020-08-20 12:55:49 -04:00 committed by GitHub
parent 9631e2955e
commit 435ca18192
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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