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