aboutsummaryrefslogtreecommitdiff
path: root/mod/exporttest/views
diff options
context:
space:
mode:
authordave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-17 08:07:25 +0000
committerdave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-17 08:07:25 +0000
commit35ad4f06a100ff23556f598c0fb51724b79f2bd0 (patch)
tree08347467670537000d727513f33309d394858856 /mod/exporttest/views
parent472aa15c24655c4d978019edaa4669700964325d (diff)
downloadelgg-35ad4f06a100ff23556f598c0fb51724b79f2bd0.tar.gz
elgg-35ad4f06a100ff23556f598c0fb51724b79f2bd0.tar.bz2
removed guid exporter, exporttest and apitest from core and put them into the plugins folder
git-svn-id: https://code.elgg.org/elgg/trunk@941 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/exporttest/views')
-rw-r--r--mod/exporttest/views/default/exporttest/main.php22
-rw-r--r--mod/exporttest/views/default/exporttest/outputxml.php15
2 files changed, 0 insertions, 37 deletions
diff --git a/mod/exporttest/views/default/exporttest/main.php b/mod/exporttest/views/default/exporttest/main.php
deleted file mode 100644
index ea338052b..000000000
--- a/mod/exporttest/views/default/exporttest/main.php
+++ /dev/null
@@ -1,22 +0,0 @@
-<?php
- /**
- * Elgg export test
- *
- * @package ElggDevTools
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Marcus Povey <marcus@marcus-povey.co.uk>
- * @copyright Curverider Ltd 2008
- * @link http://elgg.com/
- */
-?>
-
-<form>
- <input type="hidden" name="owner_id" value="<?php echo $vars['owner_id']; ?>" />
- GUID : <input type="text" value="" name="guid" /> <input type="submit" name="export" value="export" />
-</form>
-
-<form method="post" action="<?php echo $vars['url']; ?>action/import/odd">
- IMPORT :
- <textarea name="data" cols="50" rows="10"></textarea>
- <input type="submit" name="import" value="import" />
-</form> \ No newline at end of file
diff --git a/mod/exporttest/views/default/exporttest/outputxml.php b/mod/exporttest/views/default/exporttest/outputxml.php
deleted file mode 100644
index 92c971ccd..000000000
--- a/mod/exporttest/views/default/exporttest/outputxml.php
+++ /dev/null
@@ -1,15 +0,0 @@
-<?php
- /**
- * Elgg export test
- *
- * @package ElggDevTools
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Marcus Povey <marcus@marcus-povey.co.uk>
- * @copyright Curverider Ltd 2008
- * @link http://elgg.com/
- */
-
- header("Content-type: text/xml");
-
- echo $vars['xml'];
-?> \ No newline at end of file