summaryrefslogtreecommitdiff
path: root/Examples/Extension/extension.php
blob: 6f6b03c2605be7092580c0507be43999de5b7615 (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());