mirror of
https://github.com/rwinkhart/backtone.git
synced 2026-08-28 04:46:54 -04:00
Initial code commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
$command = "/usr/local/bin/backtone";
|
||||
$argument = "BASE64ENCODEDINPUTXML";
|
||||
|
||||
$output = shell_exec(escapeshellcmd($command) . " " . escapeshellarg($argument));
|
||||
header("Content-Type: application/xml; charset=utf-8");
|
||||
echo $output;
|
||||
?>
|
||||
Reference in New Issue
Block a user