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/export.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/export.php')
| -rw-r--r-- | mod/guidtool/export.php | 25 | 
1 files changed, 0 insertions, 25 deletions
| diff --git a/mod/guidtool/export.php b/mod/guidtool/export.php deleted file mode 100644 index 732307a25..000000000 --- a/mod/guidtool/export.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'); -	 -	$entity_guid = get_input('entity_guid'); -	 -	// Render the file upload page -	$title = elgg_echo('guidbrowser:export'); -	$body = elgg_view_title($title); -	$body .= elgg_view("forms/guidtool/export", array('entity_guid' => $entity_guid)); -	 -	$body = elgg_view_layout('two_column_left_sidebar', '', $body); -	 -	page_draw($title, $body); -?>
\ No newline at end of file | 
