Delete pipeline.php

This commit is contained in:
tpollina 2020-01-15 15:42:33 +01:00 committed by GitHub
parent ae88d2c7de
commit 7ce5d59fc9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +0,0 @@
<?php
$nb_step = $_REQUEST["nb_step"];
$orientation = $_REQUEST["orientation"];
$output = shell_exec('/usr/bin/python3 pipeline.py '.$nb_step.' '.$orientation);
?>