Delete pipeline.php
This commit is contained in:
parent
ae88d2c7de
commit
7ce5d59fc9
|
@ -1,7 +0,0 @@
|
|||
<?php
|
||||
$nb_step = $_REQUEST["nb_step"];
|
||||
$orientation = $_REQUEST["orientation"];
|
||||
|
||||
|
||||
$output = shell_exec('/usr/bin/python3 pipeline.py '.$nb_step.' '.$orientation);
|
||||
?>
|
Loading…
Reference in a new issue