diff options
Diffstat (limited to 'mod/embed/upload.php')
-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 |