4 lines
108 B
PHP
4 lines
108 B
PHP
<?php
|
|
shell_exec('sudo bash startimport.sh> session-exec-log &');
|
|
header('Location: loader-import.php')
|
|
?>
|