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