Bestanden uploaden naar 'scripts'

This commit is contained in:
2019-06-05 22:03:16 +00:00
parent cc357067f7
commit a386bd1e70
5 changed files with 541 additions and 0 deletions

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

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