diff options
Diffstat (limited to 'mod/exporttest/start.php')
-rw-r--r-- | mod/exporttest/start.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mod/exporttest/start.php b/mod/exporttest/start.php index d25e5c06d..7563b0cd9 100644 --- a/mod/exporttest/start.php +++ b/mod/exporttest/start.php @@ -1,4 +1,13 @@ <?php + /** + * Elgg export test + * + * @package ElggDevTools + * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 + * @author Marcus Povey <marcus@marcus-povey.co.uk> + * @copyright Curverider Ltd 2008 + * @link http://elgg.com/ + */ function exporttest_init($event, $object_type, $object = null) { |