summaryrefslogtreecommitdiff
path: root/Examples/Extension
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/Extension')
-rw-r--r--Examples/Extension/extension.cpp2
-rw-r--r--Examples/Extension/extension.php4
2 files changed, 3 insertions, 3 deletions
diff --git a/Examples/Extension/extension.cpp b/Examples/Extension/extension.cpp
index 99b88ea..9f7f495 100644
--- a/Examples/Extension/extension.cpp
+++ b/Examples/Extension/extension.cpp
@@ -1,6 +1,6 @@
/**
* extension.cpp
- * @Author Jasper van Eck
+ * @author Jasper van Eck<jasper.vaneck@copernica.com>
*
* An example file to show the working of an extension.
*/
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());