summaryrefslogtreecommitdiff
path: root/Examples/Extension/extension.php
blob: 3941c8cbbcb1b31c926ab9a0e661e65791f9c1cf (plain)
1
2
3
4
5
6
7
8
9
10
<?php
/*
 *	extension.php
 * 	@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_r(get_loaded_extensions());