This directory contains file that serve as standalone pages in the admin interface.  This is
1000x easier than following the countless hoops otherwise required to add a page to the Magento
admin interface.

See the SetResellerByExternal page and associated action in ../../../controllers/AdminController.php
for a complete example.

Gotchas:
  - Make sure to capitalize only the first letter of the file
  - Make sure the class name matches exactly with the file path
  - Make sure you have an appropriate template in app/design/adminhtml/default/default/template/license/
