aboutsummaryrefslogtreecommitdiff
path: root/views/json/pageshells
diff options
context:
space:
mode:
Diffstat (limited to 'views/json/pageshells')
-rw-r--r--views/json/pageshells/pageshell.php16
1 files changed, 0 insertions, 16 deletions
diff --git a/views/json/pageshells/pageshell.php b/views/json/pageshells/pageshell.php
deleted file mode 100644
index 15026a37d..000000000
--- a/views/json/pageshells/pageshell.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
- /**
- * Elgg JSON output pageshell
- *
- * @package Elgg
- * @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Marcus Povey
- * @copyright Curverider Ltd 2008
- * @link http://elgg.org/
- *
- */
-
- header("Content-Type: application/json");
- echo $vars['body'];
-?> \ No newline at end of file