diff options
Diffstat (limited to 'mod/tasklist/index.php')
-rw-r--r-- | mod/tasklist/index.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mod/tasklist/index.php b/mod/tasklist/index.php index 79345a73f..e21303638 100644 --- a/mod/tasklist/index.php +++ b/mod/tasklist/index.php @@ -1,4 +1,14 @@ <?php + /** + * Elgg tasklist test + * + * @package ElggTasklist + * @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/ + */ + require_once("../../engine/start.php"); global $CONFIG; |