aboutsummaryrefslogtreecommitdiff
path: root/mod/apitest/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/apitest/index.php')
-rw-r--r--mod/apitest/index.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/mod/apitest/index.php b/mod/apitest/index.php
index 16a7794df..80af2c3ff 100644
--- a/mod/apitest/index.php
+++ b/mod/apitest/index.php
@@ -1,4 +1,14 @@
<?php
+ /**
+ * Elgg API Tester
+ *
+ * @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/
+ */
+
require_once("../../engine/start.php");
global $CONFIG, $API_CLIENT;