aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mod/test/index.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/mod/test/index.php b/mod/test/index.php
index e502ae790..ffa4387e1 100644
--- a/mod/test/index.php
+++ b/mod/test/index.php
@@ -4,6 +4,8 @@
global $CONFIG;
- var_export($CONFIG);
+ //var_export($CONFIG);
+
+ echo page_draw("Test plugin","");
?> \ No newline at end of file