diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-03-05 14:58:20 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-03-05 14:58:20 +0000 |
commit | 6ee2b596da12dc3ac5f6ba6d4ca5545df5beab2d (patch) | |
tree | 2cc20df8e2eb0345d934952cd06a4cf5a9430343 /mod/guidtool/import.php | |
parent | 89a9e93a915ca7c576e187f0c38d2c202fed05b2 (diff) | |
download | elgg-6ee2b596da12dc3ac5f6ba6d4ca5545df5beab2d.tar.gz elgg-6ee2b596da12dc3ac5f6ba6d4ca5545df5beab2d.tar.bz2 |
Farewell APIadmin, farewell GUIDtool. We'll see you over in the plugins repo.
git-svn-id: https://code.elgg.org/elgg/trunk@3096 36083f99-b078-4883-b0ff-0f9b5a30f544
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 |