
    Author name: Greg Cardillo
    Plugin name: gmc_test
    Plugin description: Test plugin to demonstrate problems encountered
    Plugin license: GNU GPL v3 (as is Coppermine) - though no one should need this one... :)
    Installation instructions: Install normally - click on CONFIG button to test UI.
    Version history / changelog (if applicable)
    * 2013-12-31 - Changes to demonstrate behavior of register globals being on to 
                   the $GLOBALS array - affecting variables set in plugin code
    * 2013-12-31 - Changes to demonstrate behavior of different methods of adding admin menu  
                   buttons - selectable via config - method from docs, and method used in minicms.
                   Doc method only invoked in admin mode but has issues with themes with dropdown menus
                   Minicms method called for all pages - must test admin - but works fine in various themes.
    * 2013-10-11 - Changes to correct validation in provided template:
                   Radio Buttons - values BETWEEN mis and Max being rejected
                   RAW (text and textarea) - all input being rejected
                   Array (dropdown) - all validation being BYPASSED
