Bestanden uploaden naar 'scripts'

This commit is contained in:
2019-08-24 22:00:28 +00:00
parent 735688c064
commit 1b5b4ef288
5 changed files with 163 additions and 0 deletions

4
scripts/start-import.php Normal file
View File

@@ -0,0 +1,4 @@
<?php
shell_exec('sudo bash startimport.sh> session-exec-log &');
header('Location: loader-import.php')
?>