diff options
| author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-07-06 15:45:17 +0000 | 
|---|---|---|
| committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-07-06 15:45:17 +0000 | 
| commit | 6b5a54113f44dd66ab8eda6a95009667ab5163f8 (patch) | |
| tree | 073c328daafa1bdaf323e02992a5793afa92395f /mod | |
| parent | 5f545600d9e7a311e7c62b83e479c32d84204082 (diff) | |
| download | elgg-6b5a54113f44dd66ab8eda6a95009667ab5163f8.tar.gz elgg-6b5a54113f44dd66ab8eda6a95009667ab5163f8.tar.bz2 | |
Removed unused upload.php file in embed.
git-svn-id: http://code.elgg.org/elgg/trunk@6642 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod')
| -rw-r--r-- | mod/embed/upload.php | 17 | 
1 files changed, 0 insertions, 17 deletions
| diff --git a/mod/embed/upload.php b/mod/embed/upload.php deleted file mode 100644 index 21a24786d..000000000 --- a/mod/embed/upload.php +++ /dev/null @@ -1,17 +0,0 @@ -<?php - -	// This page can only be run from within the Elgg framework -		if (!is_callable('elgg_view')) exit; -		 -	// Get the name of the form field we need to inject into -		$internalname = get_input('internalname'); -		 -		global $SESSION; -		 -	// Echo the embed view -		echo elgg_view('embed/upload', array( -							'entities' => $entities, -							'internalname' => $internalname, -					   )); - -?>
\ No newline at end of file | 
