diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-03-21 15:57:48 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-03-21 15:57:48 +0000 |
commit | 450b57bc95f405aebb1dc110bafc1b5def5041f4 (patch) | |
tree | cb3d05153bd49f4753aafa0becc3f3435fada021 /edit_multi.php | |
parent | 8b474ce9723b7d717c65415149de947fbedceeba (diff) | |
download | elgg-450b57bc95f405aebb1dc110bafc1b5def5041f4.tar.gz elgg-450b57bc95f405aebb1dc110bafc1b5def5041f4.tar.bz2 |
code cleanup
Diffstat (limited to 'edit_multi.php')
-rw-r--r-- | edit_multi.php | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/edit_multi.php b/edit_multi.php index 2fdc85e42..c6eb7de88 100644 --- a/edit_multi.php +++ b/edit_multi.php @@ -1,14 +1,10 @@ <?php
/**
- * Elgg image multi edit
+ * Tidypics: Edit the properties of multiple images
*
- * @package ElggFile
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008
- * @link http://elgg.com/
*/
- require_once(dirname(dirname(dirname(__FILE__))) . "/engine/start.php");
+ include_once(dirname(dirname(dirname(__FILE__))) . "/engine/start.php");
gatekeeper();
set_context('photos');
|