summaryrefslogtreecommitdiff
path: root/Examples/Extension/extension.php
blob: 141efe6302f5e1f2c71a8ae7139eca613895b890 (plain)
1
2
3
4
5
6
7
8
9
10
<?php
/*
 *	extension.php
 * 	@Author Jasper van Eck
 * 
 * 	An example file to show the working of an extension.
 */

// print all the extensions currently loaded.\
print_r(get_loaded_extensions());