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