-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathjson.php
3 lines (3 loc) · 1.05 KB
/
json.php
1
2
3
<?php if(isset($_POST['input']) and isset($_POST['json'])) { $input = trim($_POST["input"]); $parsed=str_replace(" ", "", $input); $message = exec('/var/lib/clade-finder/findCladeJSON.sh ' . $parsed . ' "json,' . $_POST['json'] . '"'); echo $message;
}
?>