diff options
Diffstat (limited to 'views/xml/xml-rpc')
-rw-r--r-- | views/xml/xml-rpc/output.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/views/xml/xml-rpc/output.php b/views/xml/xml-rpc/output.php new file mode 100644 index 000000000..4276029d1 --- /dev/null +++ b/views/xml/xml-rpc/output.php @@ -0,0 +1,11 @@ +<?php +/** + * Elgg XML output for XML-RPC + * + * @package Elgg + * @subpackage Core + */ + +$result = $vars['result']; + +echo "$result";
\ No newline at end of file |