summaryrefslogtreecommitdiff
path: root/Examples/Extension/extension.php
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/Extension/extension.php')
-rw-r--r--Examples/Extension/extension.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Examples/Extension/extension.php b/Examples/Extension/extension.php
index 141efe6..3941c8c 100644
--- a/Examples/Extension/extension.php
+++ b/Examples/Extension/extension.php
@@ -1,10 +1,10 @@
<?php
/*
* extension.php
- * @Author Jasper van Eck
+ * @author Jasper van Eck<jasper.vaneck@copernica.com>
*
* An example file to show the working of an extension.
*/
-// print all the extensions currently loaded.\
+// print all the extensions currently loaded.
print_r(get_loaded_extensions());