diff options
Diffstat (limited to 'mod/guidtool/import.php')
-rw-r--r-- | mod/guidtool/import.php | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/mod/guidtool/import.php b/mod/guidtool/import.php deleted file mode 100644 index 2d89bc5a4..000000000 --- a/mod/guidtool/import.php +++ /dev/null @@ -1,25 +0,0 @@ -<?php - /** - * Elgg GUID Tool - * - * @package ElggGUIDTool - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Curverider Ltd - * @copyright Curverider Ltd 2008-2009 - * @link http://elgg.com/ - */ - - admin_gatekeeper(); - set_context('admin'); - - $format = get_input('format', 'opendd'); - - // Render the file upload page - $title = elgg_echo("guidtool:import"); - $body = elgg_view_title($title); - $body .= elgg_view("forms/guidtool/import", array('format' => $format, 'forward_url')); - - $body = elgg_view_layout('two_column_left_sidebar', '', $body); - - page_draw($title, $body); -?>
\ No newline at end of file |